summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-01-16 16:21:17 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-01-16 16:21:17 +0000
commit377f83a1e9a60d4938f56ad4ac271ae7cb9f44c6 (patch)
tree93fe4f0af2fa3f32d0f8c0734c76c434d6a5e8c5 /doc/Makefile
parentedc64aa3053503d4da9476034ba0495e80e49e47 (diff)
downloadbcfg2-377f83a1e9a60d4938f56ad4ac271ae7cb9f44c6.tar.gz
bcfg2-377f83a1e9a60d4938f56ad4ac271ae7cb9f44c6.tar.bz2
bcfg2-377f83a1e9a60d4938f56ad4ac271ae7cb9f44c6.zip
remove stale documentation
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4247 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 40932b19d..000000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-SOURCES = *.xml
-
-all : manual.pdf manual.html
-
-%.fo: %.xml $(SOURCES)
- xsltproc --nonet --stringparam body.font.family Helvetica --stringparam fop.extensions 1 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl $< > $@
-
-%.html: %.xml $(SOURCES)
- xsltproc --nonet -o $@ /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl $<
-
-%.pdf: %.fo
- fop -fo $< -pdf $@
-