summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2006-12-31 17:34:32 +0000
committerwl <wl>2006-12-31 17:34:32 +0000
commite3332cbb694925eb52771af5b3b34dd3230e474d (patch)
tree717dfb38b0c5070dfb07c8b970aee11742e12f7d /Makefile.in
parentdb2f78079b24f8eb875af8d1b09d21f9bf46b4d1 (diff)
downloadgroff-e3332cbb694925eb52771af5b3b34dd3230e474d.tar.gz
* Makefile.in (oldfontdir): New variable.
(MDEFINES): Add $(oldfontdir). (uninstall_dirs): Remove `current' link. Remove $(oldfontdir). * Makefile.comm (oldfontsubdir): New variable. (install_dev): Install files collected in $(OLDDEVFILES) into $(oldfontsubdir). (uninstall_dev): Remove data in $(oldfontsubdir). (.man.n): Handle @OLDFONTDIR@. * src/devices/grodvi/grodvi.man, src/devices/grohtml/grohtml.man, src/devices/grolbp/grolbp.man, src/devices/grolj4/grolj4.man, src/devices/grotty/grotty.man, src/devices/xditview/gxditview.man: Document GROFF_FONT_PATH. * src/devices/grops/grops.man: Document GROFF_FONT_PATH and old font description files. * font/devps/Makefile.sub (OLDDISTFILES, OLDDEVFILES): New variables. * font/devps/old/*: New directory, holding the previous version of the 35 Adobe core font description files. * font/devps/*: Regenerated the 35 Adobe core fonts, using the Adobe-Core35_AFMs-229.tar.bz2 bundle from ftp.dante.de. * NEWS: Document font update.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 68368fc2..d7ca803d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -159,6 +159,9 @@ pdfdocdir=$(docdir)/pdf
# `fontdir' says where to install dev*/*.
fontdir=$(datasubdir)/font
+# `oldfontdir' says where to install old font sets (as dev*/*).
+oldfontdir=$(datasubdir)/oldfont
+
# `localfontdir' says where local fonts will be installed (as dev*/*).
localfontdir=$(dataprogramdir)/site-font
@@ -521,6 +524,7 @@ MDEFINES= \
"man7ext=$(man7ext)" \
"manroot=$(manroot)" \
"mkinstalldirs=$(mkinstalldirs)" \
+ "oldfontdir=$(oldfontdir)" \
"pnmtops_nosetpage=$(pnmtops_nosetpage)" \
"prefix=$(prefix)" \
"revision=$(revision)" \
@@ -796,11 +800,12 @@ install:
uninstall: uninstall_sub uninstall_dirs
.PHONY: uninstall_dirs
-uninstall_dirs:
# Use `rmdir' here so that the directories are only removed if they are empty.
+uninstall_dirs:
+ -rm -f $(dataprogramdir)/current
-rmdir $(man1dir) $(man5dir) $(man7dir) $(manroot) \
$(tmacdir) $(systemtmacdir) $(localtmacdir) \
- $(fontdir) $(localfontdir) $(bindir) \
+ $(fontdir) $(localfontdir) $(oldfontdir) $(bindir) \
$(datasubdir) $(dataprogramdir) $(infodir) \
$(exampledir) $(htmldocdir) $(pdfdocdir) $(docdir) \
$(libprogramdir) $(libdir) \