mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
a14df7b98a
commit
924271012f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user