disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is
authorTim Janik <timj@gtk.org>
Wed, 4 Apr 2001 02:31:40 +0000 (02:31 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 4 Apr 2001 02:31:40 +0000 (02:31 +0000)
Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>

        * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
        dist-hook because $(HTML_IMAGES) is empty.

docs/reference/ChangeLog
docs/reference/gobject/Makefile.am

index b05bafd..3800329 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
+
+       * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
+       dist-hook because $(HTML_IMAGES) is empty.
+
 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
 
        * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
index b5cf918..00e61fc 100644 (file)
@@ -168,8 +168,9 @@ dist-hook: dist-check-gtkdoc dist-hook-local
        -cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml
        -cp $(srcdir)/html/index.sgml $(distdir)/html
        -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
-       for i in $(HTML_IMAGES) ; do          \
-         cp $(srcdir)/$$i $(distdir)/html ;  \
-        done
+
+#      for i in $(HTML_IMAGES) ; do          \
+#        cp $(srcdir)/$$i $(distdir)/html ;  \
+#        done
 
 .PHONY : dist-hook-local