summaryrefslogtreecommitdiff
path: root/tmac/Makefile.sub
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-17 11:16:11 +0000
committerwlemb <wlemb>2001-04-17 11:16:11 +0000
commit33f23d4a00d1c4108896fd44dac193fa51988444 (patch)
tree0fe6fae2753f89ff30fe3fa7207db277fba87a10 /tmac/Makefile.sub
parentcdd8d6cb354ed1ced661ddfcb5c3f29e66705021 (diff)
downloadgroff-33f23d4a00d1c4108896fd44dac193fa51988444.tar.gz
minor installation fix
Diffstat (limited to 'tmac/Makefile.sub')
-rw-r--r--tmac/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmac/Makefile.sub b/tmac/Makefile.sub
index ba5718b1..954e177f 100644
--- a/tmac/Makefile.sub
+++ b/tmac/Makefile.sub
@@ -73,7 +73,7 @@ install_data: $(NORMALFILES) $(SPECIALFILES) man.local \
-test -f $(localtmacdir)/man.local || \
$(INSTALL_DATA) $(srcdir)/man.local $(localtmacdir)/man.local
-test -f $(localtmacdir)/mdoc.local || \
- $(INSTALL_DATA) $(srcdir)/mdoc.local-s $(localtmacdir)/mdoc.local
+ $(INSTALL_DATA) mdoc.local-s $(localtmacdir)/mdoc.local
stamp-strip: $(STRIPFILES) $(MDOCFILES) mdoc.local
for f in $(STRIPFILES) $(MDOCFILES) mdoc.local; do \