Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90199 | Differences between
and this patch

Collapse All | Expand All

(-)avrdude-orig/doc/Makefile.am (-2 / +8 lines)
Lines 30-38 info_TEXINFOS = avrdude.texi Link Here
30
all-local: info html ps pdf
30
all-local: info html ps pdf
31
31
32
html: 
32
html: 
33
	mkdir -p avrdude-html
34
	texi2html -split_node $(srcdir)/$(info_TEXINFOS)
33
	texi2html -split_node $(srcdir)/$(info_TEXINFOS)
35
	mv *.html avrdude-html
34
	if [ -e ./avrdude.html ]; then \
35
	 mkdir -p avrdude-html; \
36
	 mv *.html avrdude-html ; \
37
	else \
38
	 rm -rf avrdude-html; \
39
	 mv avrdude avrdude-html; \
40
	fi;
41
	
36
42
37
clean-local:
43
clean-local:
38
	rm -rf avrdude-html *.info
44
	rm -rf avrdude-html *.info
(-)avrdude-orig/doc/Makefile.in (-2 / +7 lines)
Lines 425-433 uninstall-am: uninstall-info-am uninstal Link Here
425
all-local: info html ps pdf
425
all-local: info html ps pdf
426
426
427
html: 
427
html: 
428
	mkdir -p avrdude-html
429
	texi2html -split_node $(srcdir)/$(info_TEXINFOS)
428
	texi2html -split_node $(srcdir)/$(info_TEXINFOS)
430
	mv *.html avrdude-html
429
	if [ -e ./avrdude.html ]; then \
430
	 mkdir -p avrdude-html; \
431
	 mv *.html avrdude-html ; \
432
	else \
433
	 rm -rf avrdude-html; \
434
	 mv avrdude avrdude-html; \
435
	fi;
431
436
432
clean-local:
437
clean-local:
433
	rm -rf avrdude-html *.info
438
	rm -rf avrdude-html *.info

Return to bug 90199