+# xmlto --noautosize --stringparam paper.type=A5 \
+# --with-fop pdf $<
+
+# Third alternative is to use xsltproc and fop directly, as
+# recommended by <URL: http://www.sagehill.net/docbookxsl/index.html > .
+# This include images, but the index and footnote handling is
+# broken.
+# xsltproc \
+# --output myfile.fo \
+# --stringparam paper.type A5 \
+# /usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl \
+# $<
+# fop -fo myfile.fo -pdf $@