forked from AuroraMiddleware/gtk
Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)
* gdk-pixbuf/Makefile.am (dist-hook): * gdk/Makefile.am (dist-hook): * gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)
This commit is contained in:
parent
af2c20ac1a
commit
cba9d7e86c
@ -1,3 +1,10 @@
|
||||
2002-10-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk-pixbuf/Makefile.am (dist-hook):
|
||||
* gdk/Makefile.am (dist-hook):
|
||||
* gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not
|
||||
sgml/*.sgml. (#95678, Owen Taylor)
|
||||
|
||||
2002-10-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/Makefile.am (SCANOBJ_FILES):
|
||||
|
@ -268,10 +268,10 @@ endif
|
||||
|
||||
dist-hook: dist-check-gtkdoc dist-hook-local
|
||||
mkdir $(distdir)/tmpl
|
||||
mkdir $(distdir)/sgml
|
||||
mkdir $(distdir)/xml
|
||||
mkdir $(distdir)/html
|
||||
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
|
||||
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
|
||||
-cp $(srcdir)/xml/*.xml $(distdir)/xml
|
||||
-cp $(srcdir)/html/* $(distdir)/html
|
||||
|
||||
.PHONY : dist-hook-local
|
||||
|
Loading…
Reference in New Issue
Block a user