Build the docbook version, not the old linuxdoc version.

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.
This commit is contained in:
Owen Taylor 2002-03-05 21:57:08 +00:00 committed by Owen Taylor
parent ec09f3ab15
commit e81022da91
8 changed files with 57 additions and 36 deletions

View 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:

View 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:

View 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:

View 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:

View 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:

View 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:

View 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:

View 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/)
EXTRA_DIST = gtkfaq.sgml gtk-faq.sgml
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
dist-hook: html
cp -Rp $(srcdir)/html $(distdir)
else
dist-hook:
html:
echo "***"
echo "*** Warning: FAQ not built"
echo "***"
pdf:
echo "***"
echo "*** Warning: FAQ not built"
echo "***"
dist-hook:
echo "***"
echo "*** Warning: Tutorial not built"
echo "*** DISTRIBUTION IS INCOMPLETE"
echo "***"
endif
.PHONY: html