diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-03-01 08:18:09 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-03-01 08:18:09 +0000 |
commit | 13b2557df446f01054d6d94caad60f1677ebbf31 (patch) | |
tree | bb99533b58eadef3cdf750c469d0a55cd4de1bce | |
parent | c8cfb0cea88fec22f5aa0582fe846b46baf77eb1 (diff) |
Stopgap makefile for new sgml source documentation.
Should redo this before v6.3 release if possible.
-rw-r--r-- | doc/src/sgml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile new file mode 100644 index 00000000000..04f771890e7 --- /dev/null +++ b/doc/src/sgml/Makefile @@ -0,0 +1,4 @@ +# Stopgap makefile for sgml documentation + +include ../Makefile + |