From b03e04dfe13936a8e7058557391a80b16b9a4d32 Mon Sep 17 00:00:00 2001 From: troth Date: Mon, 3 Mar 2003 18:42:04 +0000 Subject: [PATCH] * doc/Makefile.am: Add ps and pdf rules since they aren't supplied by automake versions prior to 1.7. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@247 81a1dc3b-b13d-400b-aceb-764788c761c2 --- doc/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3ef76cb1..aec7ffb9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,5 +30,19 @@ html: texi2html -split_node $(srcdir)/$(info_TEXINFOS) mv *.html avrdude-html +# This rule is only need for automake versions prior to 1.7 +ps: avrdude.ps + +# The pdf rules are only needed for automake versions prior to 1.7 + +pdf: avrdude.pdf + +avrdude.pdf: $(info_TEXINFOS) + +SUFFIXES = .pdf + +.texi.pdf: + texi2pdf $? + clean-local: rm -rf avrdude-html *.info