summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-05-23 22:06:19 +0000
committerwlemb <wlemb>2002-05-23 22:06:19 +0000
commitef9c8379ad50cd4274510a880e80cd38c4b79790 (patch)
tree8929227a0b2ae3339e38c15020214c11c7c89125 /Makefile.comm
parent039b61f11221d266f67392e4bce3f5ef27d77bf6 (diff)
downloadgroff-ef9c8379ad50cd4274510a880e80cd38c4b79790.tar.gz
Integrating the `mom' macro package, contributed by Peter Schaffter
<df191@ncf.ca>. * contrib/mom/*: New subdirectory tree. * Makefile.in (docdir, exampledir, htmldocdir): New variables to be used for documentation files. (MDEFINES, uninstall_dirs): Use them. (OTHERDIRS): Add contrib/mom. * Makefile.comm (.man.n): Add @DOCDIR@, @EXAMPLEDIR@, and @HTMLDOCDIR@. * MANIFEST, NEWS: Updated.
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.comm b/Makefile.comm
index 291a94e3..3f103352 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -148,6 +148,9 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
-e "s|@SYSTEMMACRODIR@|$(systemtmacdir)|g" \
-e "s|@LOCALMACRODIR@|$(localtmacdir)|g" \
-e "s|@MACROPATH@|$(tmacpath)|g" \
+ -e "s|@DOCDIR@|$(docdir)|g" \
+ -e "s|@EXAMPLEDIR@|$(exampledir)|g" \
+ -e "s|@HTMLDOCDIR@|$(htmldocdir)|g" \
-e "s|@DEVICE@|$(DEVICE)|g" \
-e "s|@DEFAULT_INDEX@|$(indexdir)/$(indexname)|g" \
-e "s|@DEFAULT_INDEX_NAME@|$(indexname)|g" \