mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user