Commit f11bdb9d authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Allow nsgmls to validate input by defining the document type.

Use refentry.sgml as a generic header for man pages through nsgmls.
parent 4cddd482
......@@ -8,7 +8,7 @@
#
#
# 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 $
#
#----------------------------------------------------------------------------
......@@ -150,13 +150,16 @@ distclean::
#
%.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
......
<!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:
-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment