gnome-python-extras r450 - in trunk: . docs/gtkmozembed docs/gtkspell



Author: gjc
Date: Sun Mar  8 15:01:56 2009
New Revision: 450
URL: http://svn.gnome.org/viewvc/gnome-python-extras?rev=450&view=rev

Log:
bug 574379

Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/docs/gtkmozembed/Makefile.am
   trunk/docs/gtkspell/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Mar  8 15:01:56 2009
@@ -59,3 +59,6 @@
   examples/gdl/gdl_test.py \
   examples/gdl/gdl_combo_button.py \
   examples/gdl/gdl_dock.py
+
+
+dist-hook: docs/gtkspell/build_stamp docs/gtkmozembed/build_stamp

Modified: trunk/docs/gtkmozembed/Makefile.am
==============================================================================
--- trunk/docs/gtkmozembed/Makefile.am	(original)
+++ trunk/docs/gtkmozembed/Makefile.am	Sun Mar  8 15:01:56 2009
@@ -56,4 +56,12 @@
                  $(HTML_STYLE) $(srcdir)/gtkmozembed/gtkmozembed-classes.xml
 	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
 	touch $@
+
 endif
+
+.PHONY : dist-hook-local
+dist-hook: dist-hook-local build_stamp
+	mkdir $(distdir)/html
+	cp $(srcdir)/html/* $(distdir)/html
+	cp $(srcdir)/build_stamp $(distdir)
+

Modified: trunk/docs/gtkspell/Makefile.am
==============================================================================
--- trunk/docs/gtkspell/Makefile.am	(original)
+++ trunk/docs/gtkspell/Makefile.am	Sun Mar  8 15:01:56 2009
@@ -57,3 +57,11 @@
 	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
 	touch $@
 endif
+
+
+.PHONY : dist-hook-local
+dist-hook: dist-hook-local build_stamp
+	mkdir $(distdir)/html
+	cp $(srcdir)/html/* $(distdir)/html
+	cp $(srcdir)/build_stamp $(distdir)
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]