Changed manual page installation mechanism
This commit is contained in:
@@ -18,11 +18,14 @@ install: all
|
||||
$(RANLIB) $(MOD_DIR)/lib/libassert.$(LIBSUF)
|
||||
cp $(SRC_DIR)/assert.3 $(MOD_DIR)/man/assert.3
|
||||
cp $(SRC_DIR)/assert.h $(MOD_DIR)/h/assert.h
|
||||
if [ $(DO_MACHINE_INDEP) = y ] ; \
|
||||
then mk_manpage $(SRC_DIR)/assert.3 $(TARGET_HOME) ; \
|
||||
fi
|
||||
|
||||
cmp: all
|
||||
-cmp libassert.$(LIBSUF) $(MOD_DIR)/lib/libassert.$(LIBSUF)
|
||||
-cmp $(SRC_DIR)/assert.3 $(MOD_DIR)/man/assert.3
|
||||
-cmp $(SRC_DIR)/assert.h $(MOD_DIR)/h/assert.h
|
||||
-cmp $(SRC_DIR)/assert.3 $(MOD_DIR)/man/assert.3
|
||||
|
||||
pr:
|
||||
@pr $(SRC_DIR)/proto.make $(SRC_DIR)/assert.h $(SRC_DIR)/BadAssert.c
|
||||
|
||||
Reference in New Issue
Block a user