From d8e789f678417f87469489bc706b81e510d1d7e6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 8 Apr 2009 00:46:27 +0000 Subject: [PATCH] Remove unneeded SUFFIXES setting. --- gettext-tools/doc/ChangeLog | 5 +++++ gettext-tools/doc/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 9af3e7d7e..615a257ba 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-07 Bruno Haible + + * Makefile.am (SUFFIXES): Remove variable. Not needed any more since + automake-1.7. + 2009-03-29 Bruno Haible * gettext.texi (PO Files): Mention gfc-internal-format. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 536c48d29..205e6fcf1 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -162,7 +162,6 @@ uninstall-ps: # Override of automake's definition: #TEXI2PDF = @TEXI2PDF@ TEXI2PDF = @TEXI2PDF@ $(TEXINCLUDES) -SUFFIXES = .pdf # The install-pdf target is already defined by automake. -- 2.47.2