]> git.pld-linux.org Git - packages/avrdude.git/commitdiff
- build only info, no html/ps/pdf
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Oct 2005 22:33:55 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avrdude-doc.patch -> 1.1

avrdude-doc.patch [new file with mode: 0644]

diff --git a/avrdude-doc.patch b/avrdude-doc.patch
new file mode 100644 (file)
index 0000000..ae65304
--- /dev/null
@@ -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)
This page took 0.092696 seconds and 4 git commands to generate.