aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f18764a..20c9425 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ install:
@$(MKDIR) "$(BASE)/troff/tbl"
@$(MKDIR) "$(BASE)/soin"
@$(MKDIR) "$(BASE)/shape"
+ @$(MKDIR) -p "$(BASE)/share/man/man1"
@$(INSTALL) neatroff/roff "$(BASE)/neatroff/"
@$(INSTALL) neatpost/post "$(BASE)/neatpost/"
@$(INSTALL) neatpost/pdf "$(BASE)/neatpost/"
@@ -82,6 +83,11 @@ install:
@$(INSTALL) shape/shape "$(BASE)/shape/"
@$(INSTALL) troff/pic/pic "$(BASE)/troff/pic/"
@$(INSTALL) troff/tbl/tbl "$(BASE)/troff/tbl/"
+ @$(INSTALL) man/neateqn.1 "$(BASE)/share/man/man1"
+ @$(INSTALL) man/neatmkfn.1 "$(BASE)/share/man/man1"
+ @$(INSTALL) man/neatpost.1 "$(BASE)/share/man/man1"
+ @$(INSTALL) man/neatrefer.1 "$(BASE)/share/man/man1"
+ @$(INSTALL) man/neatroff.1 "$(BASE)/share/man/man1"
@echo "Copying font descriptions to $(BASE)/tmac"
@$(MKDIR) "$(BASE)/tmac"
@cp -r tmac/* "$(BASE)/tmac/"