SOURCES: avrdude-doc.patch (NEW) - build only info, no html/ps/pdf
qboosh
qboosh at pld-linux.org
Sun Oct 23 00:34:01 CEST 2005
Author: qboosh Date: Sat Oct 22 22:34:00 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- build only info, no html/ps/pdf
---- Files affected:
SOURCES:
avrdude-doc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/avrdude-doc.patch
diff -u /dev/null SOURCES/avrdude-doc.patch:1.1
--- /dev/null Sun Oct 23 00:34:00 2005
+++ SOURCES/avrdude-doc.patch Sun Oct 23 00:33:55 2005
@@ -0,0 +1,30 @@
+--- 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)
================================================================
More information about the pld-cvs-commit
mailing list