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,12 +65,13 @@ all: make.main
install: all
cp main $(TARGET_HOME)/lib.bin/cpp.ansi
if [ $(DO_MACHINE_INDEP) = y ] ; \
then cp $(SRC_DIR)/ncpp.6 $(TARGET_HOME)/man/cpp.ansi.6 ; \
then cp $(SRC_DIR)/ncpp.6 cpp.ansi.6 ; \
mk_manpage cpp.ansi.6 $(TARGET_HOME) ; \
rm -f cpp.ansi.6 ; \
fi
cmp: all
-cmp main $(TARGET_HOME)/lib.bin/cpp.ansi
-cmp $(SRC_DIR)/ncpp.6 $(TARGET_HOME)/man/cpp.ansi.6
opr:
make pr | opr