[PATCH] zlib html/install-html targets.
Carlos O'Donell
carlos@codesourcery.com
Tue Jun 13 18:40:00 GMT 2006
Zlib doesn't have documentation, and with top-level html/install-html
changes it requires these targets.
Ok to checkin for zlib?
Where should this go upstream?
Cheers,
Carlos.
--
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716
2006-06-13 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add html and install-html stubs.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
Index: Makefile.am
===================================================================
--- Makefile.am (revision 114618)
+++ Makefile.am (working copy)
@@ -56,3 +56,10 @@
"PICFLAG=$(PICFLAG)" \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
+
+# No html, or install-html support.
+.PHONY: html install-html
+
+html:
+install-html:
+
More information about the Gcc-patches
mailing list