doc: generate admin ref from the pod documentation
[openafs.git] / doc / xml / AdminRef / Makefile.in
diff --git a/doc/xml/AdminRef/Makefile.in b/doc/xml/AdminRef/Makefile.in
new file mode 100644 (file)
index 0000000..50facc6
--- /dev/null
@@ -0,0 +1,43 @@
+# Makefile to build the AFS Reference Guide for Unix.
+
+BOOK = auarf000
+
+all: $(BOOK).pdf $(BOOK).epub $(BOOK).mobi
+
+include @TOP_OBJDIR@/src/config/Makefile.config
+VERSION=version
+include @TOP_OBJDIR@/src/config/Makefile.version
+
+SRCS     = $(BOOK).xml preface.xml $(VERSION).xml \
+          entities.dtd sect1.xml sect5.xml sect8.xml
+DOCBOOK_STYLESHEETS = @DOCBOOK_STYLESHEETS@
+XSLTPROC = @XSLTPROC@ --stringparam variablelist.as.blocks 1
+DOCBOOK2PDF = @DOCBOOK2PDF@
+DBTOEPUB = $(DOCBOOK_STYLESHEETS)/epub/bin/dbtoepub
+
+entities.dtd sect1.xml sect5.xml sect8.xml:
+       ./generate-xml.pl $(TOP_SRCDIR)
+
+$(BOOK).pdf: $(SRCS)
+       if test "x$(DOCBOOK2PDF)" = "xfop"; then \
+               $(XSLTPROC) $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl $(BOOK).xml > $(BOOK).fo; \
+               $(DOCBOOK2PDF) $(BOOK).fo $(BOOK).pdf; \
+       else \
+               $(DOCBOOK2PDF) $(BOOK).xml; \
+       fi
+
+$(BOOK).epub: $(SRCS)
+       if test -x "$(DBTOEPUB)" ; then \
+               $(DBTOEPUB) -s $(TOP_SRCDIR)/../doc/xml/mobi-fixup.xsl $(BOOK).xml; \
+       fi
+
+$(BOOK).mobi: $(BOOK).epub
+       kindlegen $(BOOK).epub -o $(BOOK).mobi
+
+check:
+       xmllint --noout --valid $(BOOK).xml
+
+clean:
+       rm -f $(BOOK).pdf $(BOOK).mobi $(BOOK).epub $(BOOK).fo \
+               entities.dtd sect1.xml sect5.xml sect8.xml $(VERSION).xml
+       rm -rf sect1 sect5 sect8