]> Pileus Git - ~andy/gtk/commitdiff
Build the docbook version, not the old linuxdoc version.
authorOwen Taylor <otaylor@redhat.com>
Tue, 5 Mar 2002 21:57:08 +0000 (21:57 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 5 Mar 2002 21:57:08 +0000 (21:57 +0000)
Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>

        * docs/faq/Makefile.am: Build the docbook version, not
        the old linuxdoc version.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/faq/Makefile.am

index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index f42114cd6ba9f9041074b6a1551a6c0345f63947..8df720bdd797cb4be67c8cddd3260934325af1e3 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  5 16:53:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/faq/Makefile.am: Build the docbook version, not
+       the old linuxdoc version.
+
 Tue Mar  5 15:47:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in test/makefile.msc **.pc.in **/*.am:
index bf58687751dc16425843bfad6603718402b633d3..dcf698d4840aa9bb09ffd7fd986b53857bb543e4 100644 (file)
@@ -1,44 +1,30 @@
-.PHONY: htmldir textdir faq
+if HAVE_DOCBOOK
+html: 
+       (cd $(srcdir); \
+        db2html gtk-faq.sgml; \
+        mv gtk-faq html)
 
-FAQ_FILES=html/gtkfaq.html             \
-       html/gtkfaq-1.html              \
-       html/gtkfaq-2.html              \
-       html/gtkfaq-3.html              \
-       html/gtkfaq-4.html              \
-       html/gtkfaq-5.html              \
-       html/gtkfaq-6.html              \
-       html/gtkfaq-7.html              \
-       html/gtkfaq-8.html              \
-       html/gtkfaq-9.html              \
-       text/gtkfaq.txt
+pdf:
+       (cd $(srcdir); db2pdf gtk-faq.sgml)
 
-$(FAQ_FILES): faq
-
-htmldir:
-       mkdir -p $(srcdir)/html
-
-textdir:
-       mkdir -p $(srcdir)/text
-
-faq: htmldir textdir
-       (cd $(srcdir); sgml2html gtkfaq.sgml;            \
-       perl $(top_srcdir)/docs/gtkdocs_fix gtkfaq*html; \
-       mv gtkfaq*html html/;                            \
-       sgml2txt gtkfaq.sgml;                            \
-       mv gtkfaq.txt text/)
+dist-hook: html
+       cp -Rp $(srcdir)/html $(distdir)
+else
+html:
+       echo "***"
+       echo "*** Warning: FAQ not built"
+       echo "***"
 
-EXTRA_DIST = gtkfaq.sgml gtk-faq.sgml
+pdf:
+       echo "***"
+       echo "*** Warning: FAQ not built"
+       echo "***"
 
-if HAVE_SGML2HTML
-dist-hook: faq
-       mkdir $(distdir)/html
-       cp -p $(srcdir)/html/*.html $(distdir)/html
-       mkdir $(distdir)/text
-       cp -p $(srcdir)/text/*.txt $(distdir)/text
-else
 dist-hook:
        echo "***"
-       echo "*** Warning: FAQ not built"
+       echo "*** Warning: Tutorial not built"
        echo "*** DISTRIBUTION IS INCOMPLETE"
        echo "***"
 endif
+
+.PHONY: html