--- avrdude-5.0/doc/Makefile.am.orig 2005-09-22 19:51:59.000000000 +0200 +++ avrdude-5.0/doc/Makefile.am 2005-10-23 00:25:56.363330568 +0200 @@ -27,7 +27,7 @@ info_TEXINFOS = avrdude.texi -all-local: info html ps pdf +all-local: info html: avrdude-html/avrdude.html @@ -43,18 +43,5 @@ clean-local: rm -rf avrdude-html *.info -install-data-local: install-docs - -install-docs: html ps pdf - $(mkinstalldirs) $(DOC_INST_DIR) - $(INSTALL_DATA) avrdude.ps $(DOC_INST_DIR)/avrdude.ps - $(INSTALL_DATA) avrdude.pdf $(DOC_INST_DIR)/avrdude.pdf - $(mkinstalldirs) $(DOC_INST_DIR)/avrdude-html - @list=`echo avrdude-html/*.html`; \ - for file in $$list; \ - do \ - $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; \ - done - uninstall-local: rm -rf $(DOC_INST_DIR)