diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-03 05:46:12 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-03 05:46:12 +0000 |
commit | 1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f (patch) | |
tree | 9c40a15df8374f96422ce8af83228429e4746d20 /Makefile.am | |
parent | 2de1b621128ed0a4845cbfd71cf7145c508579a3 (diff) | |
download | gunmake-1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f.tar.gz |
Some updates for automake 1.7 and prep for releasing 3.80.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index e00cc6f..c40f18b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # This is a -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.6 dist-bzip2 +AUTOMAKE_OPTIONS = 1.7 dist-bzip2 check-news ACLOCAL_AMFLAGS = -I config SUBDIRS = glob config po doc @@ -51,10 +51,10 @@ MAKE_HOST = @MAKE_HOST@ # Forward targets -html pdf: +html: cd doc && $(MAKE) $(AM_MAKEFLAGS) $@ -.PHONY: html pdf +.PHONY: html # --------------- Internationalization Section |