summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-10-23 06:19:10 +0000
committerwlemb <wlemb>2000-10-23 06:19:10 +0000
commit97787b104a5c18121415b1df115b33e2f074e3b9 (patch)
treeee8bea98e8e541f0d4ef29c560a239a19f1074a7 /Makefile.comm
parentca467670909e8af66bfdad7600fadec77486ddfd (diff)
downloadgroff-97787b104a5c18121415b1df115b33e2f074e3b9.tar.gz
Move hyphen.us to tmac directory.
* src/roff/troff/hyphen.us: Removed. * src/tmac/hyphen.us: Added. * src/roff/troff/Makefile.sub, tmac/Makefile.sub: Updated. Change installation structure for data files from .../groff/... to .../groff/<version><revision>/... to be conform with other GNU programs. * Makefile.in, Makefile.comm, src/utils/indxbib/Makefile.sub, doc/Makefile, src/xditview/Imakefile.in: Implement it. * NEWS: Document it. * NEWS, src/roff/nroff/nroff.man, src/roff/groff/groff.man,
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 3240f1dd..6aec3d92 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -206,6 +206,7 @@ uninstall_prog:
.PHONY: install_dev
install_dev:
-test -d $(datadir) || $(mkinstalldirs) $(datadir)
+ -test -d $(dataprogramdir) || $(mkinstalldirs) $(dataprogramdir)
-test -d $(datasubdir) || $(mkinstalldirs) $(datasubdir)
-test -d $(fontdir) || $(mkinstalldirs) $(fontdir)
-test -d $(fontsubdir) || $(mkinstalldirs) $(fontsubdir)