# The toplevel DocBook file of our project DOCUMENT = MyDocument.xml # Attacments (Optional). These will be attached to the generated PDF. # Requires 'pdftk' DOCUMENT_ATTACHMENTS = MyAttachment.txt # Include the DocBook Kit's makefile rules include docbook-kit/tools/Makefile.inc # Create a 'make check' shortcut for all kinds of validity checking check: check-document check-spelling # If you have generated files, add custom rules for them MyGeneratedFile.xml: echo "This is a generated file" > $@ CLEANFILES += MyGeneratedFile.xml fop.cfg