Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24035/lib/gtkglext/docs/reference/gtkglext
Modified Files:
Makefile.am
Log Message:
Suppress installation of the GtkGLExt documentation.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 1 Oct 2006 05:46:55 -0000 1.2
--- Makefile.am 27 Oct 2006 14:54:19 -0000 1.3
***************
*** 79,80 ****
--- 79,87 ----
include $(top_srcdir)/gtk-doc.make
+
+ #
+ # We don't want to install anything here; so override install-data-am to
+ # keep the automake-generated one from pulling in install-data-local
+ # (defined in gtk-doc.make).
+ #
+ install-data-am:
|