summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-10-03 05:46:12 +0000
committerPaul Smith <psmith@gnu.org>2002-10-03 05:46:12 +0000
commit17203222f946915db212531a019399e51857b247 (patch)
tree9c40a15df8374f96422ce8af83228429e4746d20 /Makefile.am
parent63ae002fcf34ca94d2f055520d2fcd2337ee468a (diff)
downloadmake-17203222f946915db212531a019399e51857b247.tar.gz
Some updates for automake 1.7 and prep for releasing 3.80.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e00cc6fa..c40f18b4 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