diff options
| author | jtc <jtc@NetBSD.org> | 1993-07-15 22:05:14 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-07-15 22:05:14 +0000 |
| commit | 4b342d731fa6800b809baffcbf56fd0b88d61e38 (patch) | |
| tree | 66f3fe812dbc044b4553d9818bdf4175d5328c2a /gnu | |
| parent | 026406459209e6d340e0a71f9218d62a62e2fc47 (diff) | |
Make sure hyphen tables are installed correctly
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/troff/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile index 1be2342d199..dd6bf623285 100644 --- a/gnu/usr.bin/groff/troff/Makefile +++ b/gnu/usr.bin/groff/troff/Makefile @@ -16,19 +16,12 @@ majorminor.cc: $(.CURDIR)/../VERSION @echo const char \*minor_version = \ \"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' $(.CURDIR)/../VERSION`\"\; >>$@ -install_data: hyphen.us - -test -d $(datadir) || mkdir $(datadir) - -test -d $(datasubdir) || mkdir $(datasubdir) - -test -d $(tmacdir) || mkdir $(tmacdir) - -rm -f $(tmacdir)/hyphen.us - $(INSTALL_DATA) $(srcdir)/hyphen.us $(tmacdir)/hyphen.us - -uninstall_sub: - -rm -f $(tmacdir)/hyphen.us +# XXX -- this depends on ../include/defs.h +TMACDIR=/usr/share/tmac afterinstall: install -c -o bin -g bin -m 444 $(.CURDIR)/hyphen.us \ - $(DESTDIR)$(tmacdir)/hyphen.us + $(DESTDIR)$(TMACDIR)/hyphen.us .include <bsd.prog.mk> .include "../../Makefile.inc" |
