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

@@ -92,12 +92,11 @@ all: test
install: $(INT)
cp $(INT) $(TARGET_HOME)/bin/int
if [ $(DO_MACHINE_INDEP) = y ] ; \
then cp $(SRC_DIR)/int.1 $(TARGET_HOME)/man/int.1 ; \
then mk_manpage $(SRC_DIR)/int.1 $(TARGET_HOME) ; \
fi
cmp: $(INT)
-cmp $(INT) $(TARGET_HOME)/bin/int
-cmp $(SRC_DIR)/int.1 $(TARGET_HOME)/man/int.1
test: $(INT) test/awa.em22 test/awa.em24 test/awa.em44
@rm -f int.mess