summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-06-06 16:42:34 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-06-06 16:42:34 +0000
commitb7f7342e075c592b7d0695410270d681f05bcffa (patch)
tree4fdc83e8ffc597e67919aeedd1a86ae98ac535d9 /doc
parentcced327f6fb51d5e9e8815dafd847810a937fb4a (diff)
downloadbcfg2-b7f7342e075c592b7d0695410270d681f05bcffa.tar.gz
bcfg2-b7f7342e075c592b7d0695410270d681f05bcffa.tar.bz2
bcfg2-b7f7342e075c592b7d0695410270d681f05bcffa.zip
(Logical change 1.232)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@970 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index e69de29bb..dcbb6f8ea 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -0,0 +1,4 @@
+SOURCES = *.xml
+
+manual.pdf: $(SOURCES)
+ docbook2pdf --dcl /usr/share/sgml/declaration/xml.dcl manual.xml \ No newline at end of file