Changed manual page installation mechanism

This commit is contained in:
ceriel
1991-11-05 15:31:14 +00:00
parent b3f07ce236
commit 4e99d889ff
42 changed files with 122 additions and 109 deletions

View File

@@ -38,11 +38,14 @@ install: all
$(RANLIB) $(MOD_DIR)/lib/$(LIBALLOC)
cp $(SRC_DIR)/alloc.3 $(MOD_DIR)/man/alloc.3
cp $(SRC_DIR)/alloc.h $(MOD_DIR)/h/alloc.h
if [ $(DO_MACHINE_INDEP) = y ] ; \
then mk_manpage $(SRC_DIR)/alloc.3 $(TARGET_HOME) ; \
fi
cmp: all
-cmp $(LIBALLOC) $(MOD_DIR)/lib/$(LIBALLOC)
-cmp $(SRC_DIR)/alloc.3 $(MOD_DIR)/man/alloc.3
-cmp $(SRC_DIR)/alloc.h $(MOD_DIR)/h/alloc.h
-cmp $(SRC_DIR)/alloc.3 $(MOD_DIR)/man/alloc.3
pr:
@pr $(SRC_DIR)/proto.make $(SOURCES)