e18f997272
http://indent.isidore-it.eu/beautify.html - Take over maintainership - Don't rebuild html docs (remove implicit build dep. on texi2html)
17 lines
496 B
Text
17 lines
496 B
Text
--- doc/Makefile.in.orig 2008-03-11 19:54:15.000000000 +0100
|
|
+++ doc/Makefile.in 2009-03-08 13:35:49.000000000 +0100
|
|
@@ -602,10 +602,10 @@
|
|
uninstall-pdf-am uninstall-ps-am
|
|
|
|
|
|
-all-local: html
|
|
-install-data-local: install-html
|
|
-installdirs-local: installdirs-html
|
|
-uninstall-local: uninstall-html
|
|
+all-local: # html
|
|
+install-data-local: # install-html
|
|
+installdirs-local: # installdirs-html
|
|
+uninstall-local: # uninstall-html
|
|
|
|
html: html-$(HTMLSTYLE)
|
|
install-html: install-html-$(HTMLSTYLE)
|