* 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@247 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
4d381ad0d7
commit
bff9b46d9b
|
@ -30,5 +30,19 @@ html:
|
||||||
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
|
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
|
||||||
mv *.html avrdude-html
|
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:
|
clean-local:
|
||||||
rm -rf avrdude-html *.info
|
rm -rf avrdude-html *.info
|
||||||
|
|
Loading…
Reference in New Issue