From 924271012f471888f68be64689b3db0a6484fa96 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Wed, 4 Apr 2001 02:31:40 +0000 Subject: [PATCH] disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is Wed Apr 4 00:56:00 2001 Tim Janik * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is empty. --- docs/reference/ChangeLog | 5 +++++ docs/reference/gobject/Makefile.am | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b05bafd..3800329 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 4 00:56:00 2001 Tim Janik + + * 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 * {glib,gobject}/Makefile.am (sgml-build.stamp): Add diff --git a/docs/reference/gobject/Makefile.am b/docs/reference/gobject/Makefile.am index b5cf918..00e61fc 100644 --- a/docs/reference/gobject/Makefile.am +++ b/docs/reference/gobject/Makefile.am @@ -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 -- 2.7.4