disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is

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.
This commit is contained in:
Tim Janik 2001-04-04 02:31:40 +00:00 committed by Tim Janik
parent a14df7b98a
commit 924271012f
2 changed files with 9 additions and 3 deletions

View 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

View 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