From: Peter Johnson Date: Fri, 28 Dec 2001 06:16:54 +0000 (-0000) Subject: Remove programmer documentation out of source tree and into the yasm-doc CVS X-Git-Tag: v0.1.0~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01208b3739c6b4f2e80566fc6c65b121ce053e0f;p=yasm 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 --- diff --git a/Makefile.am b/Makefile.am index 3d600302..9f47f311 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # $IdPath$ -SUBDIRS = intl po doc +SUBDIRS = intl po CFLAGS = @ANSI_CFLAGS@ AM_YFLAGS = -d diff --git a/configure.ac b/configure.ac index 700d059c..52663ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ) diff --git a/configure.in b/configure.in index 700d059c..52663ac9 100644 --- a/configure.in +++ b/configure.in @@ -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 )