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

@@ -65,16 +65,14 @@ install : all
cp $(ENC_PATH) $l/em_$(ENC_PATH)
cp esize $(TARGET_HOME)/bin/esize
if [ $(DO_MACHINE_INDEP) = y ] ; \
then cp $(SRC_DIR)/em_decode.6 $(TARGET_HOME)/man/em_decode.6 ; \
cp $(SRC_DIR)/esize.1 $(TARGET_HOME)/man/esize.1 ; \
then mk_manpage $(SRC_DIR)/em_decode.6 $(TARGET_HOME) ; \
mk_manpage $(SRC_DIR)/esize.1 $(TARGET_HOME) ; \
fi
cmp : all
-cmp $(DEC_PATH) $l/em_$(DEC_PATH)
-cmp $(ENC_PATH) $l/em_$(ENC_PATH)
-cmp esize $(TARGET_HOME)/bin/esize
-cmp $(SRC_DIR)/em_decode.6 $(TARGET_HOME)/man/em_decode.6
-cmp $(SRC_DIR)/esize.1 $(TARGET_HOME)/man/esize.1
opr:
make pr ^ opr