summaryrefslogtreecommitdiff
path: root/docs/src/opie-policy/Makefile
authorkergoth <kergoth>2002-02-07 23:17:59 (UTC)
committer kergoth <kergoth>2002-02-07 23:17:59 (UTC)
commit519c6ce3b5631933d5ada88f3c204723f0319e31 (patch) (side-by-side diff)
tree8b987ecb0e9a20748843deb5c3ac9adf2629157c /docs/src/opie-policy/Makefile
parent7d9771524f71db68c9cd05fd4635a7dbdb1cd95b (diff)
downloadopie-519c6ce3b5631933d5ada88f3c204723f0319e31.zip
opie-519c6ce3b5631933d5ada88f3c204723f0319e31.tar.gz
opie-519c6ce3b5631933d5ada88f3c204723f0319e31.tar.bz2
Added opie-policy manual to cvs.
Diffstat (limited to 'docs/src/opie-policy/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/src/opie-policy/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/src/opie-policy/Makefile b/docs/src/opie-policy/Makefile
new file mode 100644
index 0000000..18cc6c6
--- a/dev/null
+++ b/docs/src/opie-policy/Makefile
@@ -0,0 +1,21 @@
+DOC = opie-policy
+DOCSDIR = $(OPIEDIR)/docs
+HTMLDOCSDIR = $(DOCSDIR)/html
+SRCDOCSDIR = $(DOCSDIR)/src
+INDEX = $(HTMLDOCSDIR)/$(DOC)/index.html
+FDL = $(SRCDOCSDIR)/$(DOC)/gfdl/fdl.sgml
+XML = $(SRCDOCSDIR)/$(DOC)/$(DOC).xml
+DOCBOOK_HTMLCNV = docbook2html
+
+all: $(INDEX)
+
+distclean: clean
+
+clean:
+ -rm -rf $(HTMLDOCSDIR)/$(DOC);
+
+$(INDEX): $(FDL) $(HTMLDOCSDIR)/$(DOC) $(XML)
+ $(DOCBOOK_HTMLCNV) $(XML) -o $(HTMLDOCSDIR)/$(DOC);
+
+$(HTMLDOCSDIR)/$(DOC):
+ -mkdir $(HTMLDOCSDIR)/$(DOC);