summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-10-24 19:02:53 +0000
committerwlemb <wlemb>2000-10-24 19:02:53 +0000
commit74ba9cf3ea88b7421451c94d5b3a5a27e265242b (patch)
treed8a6b6f7827fde53d105e531f24fd69e3f01f1fd /Makefile.comm
parent981608bc9ba892ccae441db5eb7f57b946faf6d3 (diff)
downloadgroff-74ba9cf3ea88b7421451c94d5b3a5a27e265242b.tar.gz
Add local tmac directory (groff/site-tmac).
* Makefile.in: Add $(localtmacdir). (uninstall_dirs): Add $(localtmacdir). * Makefile.comm (.man.n): Add @LOCALMACRODIR@. * tmac/Makefile.sub (install_data, uninstall_sub): Handle man.local in $(localtmacdir). Create $(localtmacdir). * man/roff.man, src/roff/troff/troff.man, NEWS: Updated.
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.comm b/Makefile.comm
index 6aec3d92..11c5008e 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -123,6 +123,7 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
-e "s|@FONTDIR@|$(fontdir)|g" \
-e "s|@FONTPATH@|$(fontpath)|g" \
-e "s|@MACRODIR@|$(tmacdir)|g" \
+ -e "s|@LOCALMACRODIR@|$(localtmacdir)|g" \
-e "s|@MACROPATH@|$(tmacpath)|g" \
-e "s|@DEVICE@|$(DEVICE)|g" \
-e "s|@DEFAULT_INDEX@|$(indexdir)/$(indexname)|g" \