diff options
author | Akim Demaille <akim@epita.fr> | 2001-08-13 12:25:05 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-08-13 12:25:05 +0000 |
commit | 31b2e1acbcfcb25fa7bb52f9fe466e744578328f (patch) | |
tree | 40ecbc47163dc602386c4cbe97ef94de27d4c726 /Makefile.in | |
parent | 2bac6c8ee88dbb56eca2dcb49a0c02ca33f9efd5 (diff) | |
download | autoconf-31b2e1acbcfcb25fa7bb52f9fe466e744578328f.tar.gz |
* Makefile.am: Remove dead code and dead comments.
(pdf, html): New targets.
* doc/autoconf.texi (Using Autotest): New chapter.
* doc/Makefile.am (pdf): New targets.
(CLEANFILES): Adjust.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index 0a7d2256..e23929e4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,12 +71,6 @@ AUTOMAKE_OPTIONS = check-news 1.4 readme-alpha SUBDIRS = . lib bin config m4 man doc tests ACLOCAL_AMFLAGS = --version >/dev/null && touch aclocal.m4 -WGET = wget - -# FIXME: -# s/distpackageDATA/dist_pkgdata_DATA/ -# s/nodistpackageDATA/nodist_pkgdata_DATA/ -# and adapt dependencies once we use a more recent Automake EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt GNUmakefile Makefile.maint @@ -355,6 +349,11 @@ uninstall-am uninstall all-redirect all-am all installdirs-am \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean + +html pdf: + cd doc && $(MAKE) $(AM_MAKEFLAGS) $@ + +.PHONY: html pdf INSTALL.txt: $(top_srcdir)/doc/install.texi $(MAKEINFO) $(top_srcdir)/doc/install.texi --output=$(srcdir)/INSTALL.txt cp $(srcdir)/INSTALL.txt $(srcdir)/INSTALL |