diff options
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 |