#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.9 1999/08/06 13:46:17 thomas Exp $
+# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.10 1999/08/08 04:18:29 thomas Exp $
#
#----------------------------------------------------------------------------
#
%.1: %-ref.sgml
- nsgmls $< | sgmlspl $(D2MSCRIPT) --lowercase --section 1
+ nsgmls $(NSGMLS_FLAGS) refentry.sgml $< \
+ | sgmlspl $(D2MSCRIPT) --lowercase --blockformat --section 1
%.1: %.sgml
- nsgmls $< | sgmlspl $(D2MSCRIPT) --lowercase --section 1
+ nsgmls $(NSGMLS_FLAGS) refentry.sgml $< \
+ | sgmlspl $(D2MSCRIPT) --lowercase --blockformat --section 1
%.l: %.sgml
- nsgmls $< | sgmlspl $(D2MSCRIPT) --lowercase --section l
+ nsgmls $(NSGMLS_FLAGS) refentry.sgml $< \
+ | sgmlspl $(D2MSCRIPT) --lowercase --blockformat --section l
# HTML
# Include some softlinks to the generic default file names
--- /dev/null
+<!doctype refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:nil
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:"./reference.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
+sgml-local-ecat-files:nil
+End:
+-->