2003-03-03 Theodore A. Roth * doc/Makefile.am: Add ps and pdf rules since they aren't supplied by automake versions prior to 1.7. Index: doc/Makefile.am =================================================================== RCS file: /cvsroot/avrdude/avrdude/doc/Makefile.am,v retrieving revision 1.1 diff -u -r1.1 Makefile.am --- doc/Makefile.am 3 Mar 2003 01:09:52 -0000 1.1 +++ doc/Makefile.am 3 Mar 2003 18:38:50 -0000 @@ -30,5 +30,19 @@ 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