diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-09-23 22:39:11 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-09-23 22:39:11 +0000 |
commit | 4af7dd2f0b5941178a335430c4ea0abc6b2dfe5a (patch) | |
tree | 6ab35cf3e6955ca26a0ea51d5837039f13b9ebaa /Makefile.am | |
parent | b2470b836f39444a3340333aa6305790b68bb6fc (diff) | |
download | automake-4af7dd2f0b5941178a335430c4ea0abc6b2dfe5a.tar.gz |
* automake.texi: Move ...
* doc/automake.texi: ... here.
* doc/Makefile.am: New file.
* configure.in: Output doc/Makefile.
* Makefile.am (SUBDIRS): Add doc.
(ETAGS_ARGS, TAGS_DEPENDENCIES): Move to doc/Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 23a0f0ec8..e5cb1d0d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,21 +22,15 @@ ## We need `.' in SUBDIRS because we want `check' to build `.' before ## tests. -SUBDIRS = . m4 lib tests +SUBDIRS = . doc m4 lib tests bin_SCRIPTS = automake aclocal -info_TEXINFOS = automake.texi CLEANFILES = $(bin_SCRIPTS) AUTOMAKESOURCES = automake.in aclocal.in TAGS_FILES = $(AUTOMAKESOURCES) -# The following requires a fixed version of the Emacs 19.30 etags. -ETAGS_ARGS = --lang=none \ - --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi -TAGS_DEPENDENCIES = automake.texi - EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 ChangeLog.02 \ $(AUTOMAKESOURCES) |