* configure.ac: Remove hack to make work with automake-1.5.

* doc/Makefile.am: Remove extra rules that were needed to work with
	automake-1.5.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@265 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
troth
2003-03-06 06:45:54 +00:00
parent 9cfd6c654c
commit fef132199c
2 changed files with 9 additions and 16 deletions

View File

@@ -31,18 +31,18 @@ html:
mv *.html avrdude-html
# This rule is only need for automake versions prior to 1.7
ps: avrdude.ps
#ps: avrdude.ps
# The pdf rules are only needed for automake versions prior to 1.7
pdf: avrdude.pdf
#pdf: avrdude.pdf
avrdude.pdf: $(info_TEXINFOS)
#avrdude.pdf: $(info_TEXINFOS)
SUFFIXES = .pdf
#SUFFIXES = .pdf
.texi.pdf:
texi2pdf $?
#.texi.pdf:
# texi2pdf $?
clean-local:
rm -rf avrdude-html *.info