From 1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 3 Oct 2002 05:46:12 +0000 Subject: Some updates for automake 1.7 and prep for releasing 3.80. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3