summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-17 21:38:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-17 21:38:09 +0000
commitad9f543f410a0e7bbdbadafa42c75bc04ff2be58 (patch)
treee44ceefe43e4e9124fae628e7f674bdf7c45efb3 /docs
parent3fd281efc12ebd086618317c98521cb69287599b (diff)
downloadpango-ad9f543f410a0e7bbdbadafa42c75bc04ff2be58.tar.gz
Released 0.13PANGO_0_13
Fri Nov 17 16:12:34 2000 Owen Taylor <otaylor@redhat.com> * Released 0.13 * NEWS: Updates for 0.13 Fri Nov 17 16:04:19 2000 Owen Taylor <otaylor@redhat.com> * tools/Makefile.am (EXTRA_DIST): Add maps/tis-620 * Makefile.am (EXTRA_DIST): Added TODO.xml * pango/Makefile.am (EXTRA_DIST): Add .def files for Win32. * examples/Makefile.am (EXTRA_DIST): Add a couple of missing files. * docs/Makefile.am (dist-hook): Add back accidentally removed rule to distribute TEXT/*.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am10
-rw-r--r--docs/tmpl/.cvsignore2
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 07af8d37..3f677f23 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -40,6 +40,11 @@ tmpl_sources = \
content_files = \
pango_markup.sgml
+extra_files = \
+ layout.gif \
+ layout.fig \
+ layout.eps
+
####################################
# Everything below here is generic #
@@ -49,6 +54,7 @@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \
$(content_files) \
+ $(extra_files) \
$(DOC_MAIN_SGML_FILE) \
$(DOC_MODULE)-decl.txt \
$(DOC_MODULE)-sections.txt \
@@ -127,5 +133,9 @@ dist-hook: dist-check-gtkdoc
-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
+ mkdir $(distdir)/TEXT; \
+ for f in $(srcdir)/TEXT/* ; do \
+ test -f $$f && cp -p $$f $(distdir)/TEXT; \
+ done
.PHONY : html sgml templates scan
diff --git a/docs/tmpl/.cvsignore b/docs/tmpl/.cvsignore
new file mode 100644
index 00000000..e9246bf8
--- /dev/null
+++ b/docs/tmpl/.cvsignore
@@ -0,0 +1,2 @@
+pango-unused.sgml
+