diff options
author | Marc Laukien <marc@zeroc.com> | 2001-07-11 19:48:13 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-07-11 19:48:13 +0000 |
commit | 7990bc5055dd7637151782a5293dab470d0b717c (patch) | |
tree | d64993fe6686f86e127e1a65bd58fdbb113142f6 /cpp | |
parent | fixes (diff) | |
download | ice-7990bc5055dd7637151782a5293dab470d0b717c.tar.bz2 ice-7990bc5055dd7637151782a5293dab470d0b717c.tar.xz ice-7990bc5055dd7637151782a5293dab470d0b717c.zip |
started with docu
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Makefile | 24 |
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 |