Remove programmer documentation out of source tree and into the yasm-doc CVS

module.  Since user documentation is going to be the only doc/ stuff, get rid
of user subdirectory.  Eliminate top-level doc/Makefile.am as user doc
generation will be integrated into top-level Makefile.am (or maybe
doc/Makefile.inc).

svn path=/trunk/yasm/; revision=418
0.3
Peter Johnson 23 years ago
parent 1fc6d5b86d
commit 01208b3739
  1. 2
      Makefile.am
  2. 5
      configure.ac
  3. 5
      configure.in

@ -1,6 +1,6 @@
# $IdPath$
SUBDIRS = intl po doc
SUBDIRS = intl po
CFLAGS = @ANSI_CFLAGS@
AM_YFLAGS = -d

@ -265,9 +265,4 @@ esac
AC_OUTPUT(Makefile
intl/Makefile
po/Makefile.in
doc/Makefile
doc/user/Makefile
doc/programmer/Makefile
doc/programmer/queue/Makefile
doc/programmer/bitvect/Makefile
)

@ -265,9 +265,4 @@ esac
AC_OUTPUT(Makefile
intl/Makefile
po/Makefile.in
doc/Makefile
doc/user/Makefile
doc/programmer/Makefile
doc/programmer/queue/Makefile
doc/programmer/bitvect/Makefile
)

Loading…
Cancel
Save