summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-07-11 19:48:13 +0000
committerMarc Laukien <marc@zeroc.com>2001-07-11 19:48:13 +0000
commit7990bc5055dd7637151782a5293dab470d0b717c (patch)
treed64993fe6686f86e127e1a65bd58fdbb113142f6 /cpp
parentfixes (diff)
downloadice-7990bc5055dd7637151782a5293dab470d0b717c.tar.bz2
ice-7990bc5055dd7637151782a5293dab470d0b717c.tar.xz
ice-7990bc5055dd7637151782a5293dab470d0b717c.zip
started with docu
Diffstat (limited to 'cpp')
-rw-r--r--cpp/doc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/cpp/doc/Makefile b/cpp/doc/Makefile
new file mode 100644
index 00000000000..bda1084ef79
--- /dev/null
+++ b/cpp/doc/Makefile
@@ -0,0 +1,24 @@
+# **********************************************************************
+#
+# Copyright (c) 2001
+# MutableRealms, Inc.
+# Huntsville, AL, USA
+#
+# All Rights Reserved
+#
+# **********************************************************************
+
+top_srcdir = ..
+
+TARGETS = index.html \
+ intro.html \
+ slice.html \
+ cppmap.html
+
+HTMLDSL = /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl
+
+include $(top_srcdir)/config/Make.rules
+
+$(TARGETS): main.sgml
+ rm -f $(TARGETS)
+ jade -t sgml -d $(HTMLDSL) -i html main.sgml \ No newline at end of file