aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/articles/mh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO_8859-1/articles/mh/Makefile')
-rw-r--r--en_US.ISO_8859-1/articles/mh/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/en_US.ISO_8859-1/articles/mh/Makefile b/en_US.ISO_8859-1/articles/mh/Makefile
index 14a686e6af..7e8950b8dc 100644
--- a/en_US.ISO_8859-1/articles/mh/Makefile
+++ b/en_US.ISO_8859-1/articles/mh/Makefile
@@ -1,7 +1,14 @@
-# $Id: Makefile,v 1.4 1997-07-01 05:38:13 max Exp $
+# $Id: Makefile,v 1.5 1999-08-16 22:09:07 nik Exp $
-DOCS= mh.docb
-INDEXLINK= mh.html
+DOC?= article
-.include "../../web.mk"
+FORMATS?= html
+INSTALL_COMPRESSED?=gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.sgml
+
+DOC_PREFIX?= ../../..
+
+.include "../../../share/mk/docproj.docbook.mk"