summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-09-16 17:11:23 +0000
committerwlemb <wlemb>2002-09-16 17:11:23 +0000
commit2330ae3c9dba0d6edd7b9c09be5af94d7a49b36d (patch)
tree74140928d47313309d481b98f30f90cdba9c1c5f /Makefile.comm
parent83854b9b1af63c810333f672bb35f46563165e99 (diff)
downloadgroff-2330ae3c9dba0d6edd7b9c09be5af94d7a49b36d.tar.gz
Add a site-specific font directory.
* Makefile.in (localfontdir, legacyfontdir): New variables. (fontpath): Use them. (MDEFINES, uninstall_dirs): Updated. * Makefile.comm (.man.n): Add `LOCALFONTDIR' and `LEGACYFONTDIR'. Remove `FONTPATH' and `MACROPATH'. * src/roff/troff/troff.man, NEWS: Updated. * doc/groff.texinfo (Font Directories): New section. Other minor fixes. * src/devices/grodvi/grodvi.man, src/devices/grohtml/grohtml.man, src/devices/grolbp/grolbp.man, src/devices/grolj4/grolj4.man, src/preproc/grn/grn.man: Minor fixes. * src/devices/grohtml/post-html.cc (html_printer::do_tab_ts): Remove unused variable.
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.comm b/Makefile.comm
index 256aed19..6d246c51 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -140,11 +140,11 @@ extraclean: distclean
@-rm -f $@
@sed -e "s|@BINDIR@|$(bindir)|g" \
-e "s|@FONTDIR@|$(fontdir)|g" \
- -e "s|@FONTPATH@|$(fontpath)|g" \
+ -e "s|@LOCALFONTDIR@|$(localfontdir)|g" \
+ -e "s|@LEGACYFONTDIR@|$(legacyfontdir)|g" \
-e "s|@MACRODIR@|$(tmacdir)|g" \
-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" \