From 413aa7c271260e8d0cc6579e49e353e6dc8e3b79 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Dec 2009 23:14:25 +0100 Subject: doc: moved all documentation (and its build process) into the doc directory This relocation has the advantage that makeinfo needs no more magic -I flags to find the generated macro texi files from the top-level; now those files reside all within on directory. --- Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a29c5e2..422013d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,15 +3,12 @@ # Copyright (c) 2009 by Peter Simons # Licensed under the terms of the GNU General Public License. +SUBDIRS = doc + dist_pkgdata_DATA = AUTHORS COPYING README aclocaldir = $(datadir)/aclocal dist_aclocal_DATA = $(M4SOURCE) -info_TEXINFOS = autoconf-archive.texi -MAKEINFOFLAGS = -I $(srcdir)/doc -am__TEXINFO_TEX_DIR = $(srcdir)/build-aux$(PATH_SEPARATOR)$(srcdir)/doc -EXTRA_DIST = build-aux/git-version-gen build-aux/gitlog-to-changelog $(TEXIFILE) - -autoconf-archive.info: $(TEXIFILE) +EXTRA_DIST = build-aux/git-version-gen build-aux/gitlog-to-changelog # maintainer rules @@ -21,7 +18,6 @@ clean-local: maintainer-clean-local: @rm -rf $(srcdir)/build-aux - @rm -rf doc @rm -f configure Makefile.in aclocal.m4 AUTHORS ChangeLog @rm -f INSTALL config.log config.status configure maint.mk @rm -f autoconf-archive-*.*.*.tar.* GNUmakefile -- cgit v1.2.1