]> git.pld-linux.org Git - packages/avrdude.git/blob - avrdude-doc.patch
- release 2 (by relup.sh)
[packages/avrdude.git] / avrdude-doc.patch
1 --- avrdude-5.0/doc/Makefile.am.orig    2005-09-22 19:51:59.000000000 +0200
2 +++ avrdude-5.0/doc/Makefile.am 2005-10-23 00:25:56.363330568 +0200
3 @@ -27,7 +27,7 @@
4  
5  info_TEXINFOS = avrdude.texi
6  
7 -all-local: info html ps pdf
8 +all-local: info
9  
10  html: avrdude-html/avrdude.html
11  
12 @@ -43,18 +43,5 @@
13  clean-local:
14         rm -rf avrdude-html *.info
15  
16 -install-data-local: install-docs
17 -
18 -install-docs: html ps pdf
19 -       $(mkinstalldirs) $(DOC_INST_DIR)
20 -       $(INSTALL_DATA) avrdude.ps $(DOC_INST_DIR)/avrdude.ps
21 -       $(INSTALL_DATA) avrdude.pdf $(DOC_INST_DIR)/avrdude.pdf
22 -       $(mkinstalldirs) $(DOC_INST_DIR)/avrdude-html
23 -       @list=`echo avrdude-html/*.html`; \
24 -               for file in $$list; \
25 -               do \
26 -                       $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; \
27 -               done
28 -
29  uninstall-local:
30         rm -rf $(DOC_INST_DIR)
This page took 0.048394 seconds and 3 git commands to generate.