summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-10-14 21:51:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-10-14 21:51:55 +0000
commitcba9d7e86c93292cd240ed82ca4e150f7895b3ba (patch)
treec40c2b7e4639a13d465bd3524c160c8d7faf349a /docs/reference
parentaf2c20ac1af4a87f6d476d3d006bb2fe40e904d8 (diff)
downloadgdk-pixbuf-cba9d7e86c93292cd240ed82ca4e150f7895b3ba.tar.gz
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)
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog7
-rw-r--r--docs/reference/gdk/Makefile.am4
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 015021ccd..60b24c935 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,12 @@
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):
* gdk-pixbuf/Makefile.am (SCANOBJ_FILES):
* gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
diff --git a/docs/reference/gdk/Makefile.am b/docs/reference/gdk/Makefile.am
index 13914787a..188b3ae90 100644
--- a/docs/reference/gdk/Makefile.am
+++ b/docs/reference/gdk/Makefile.am
@@ -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