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:
Matthias Clasen 2002-10-14 21:51:55 +00:00
parent af2c20ac1a
commit cba9d7e86c
2 changed files with 9 additions and 2 deletions

View File

@ -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):

View File

@ -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