From: Braden M. <br...@us...> - 2006-10-27 14:54:07
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23741/lib/gtkglext/docs/reference/gtkglext Modified Files: Tag: OpenVRML-0_16-BRANCH 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.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** Makefile.am 1 Oct 2006 05:48:16 -0000 1.2.2.1 --- Makefile.am 27 Oct 2006 14:54:04 -0000 1.2.2.2 *************** *** 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: |