Added a couple of missing files.

This commit is contained in:
Harry Moffat 2009-03-25 01:48:32 +00:00
parent 359944c4ae
commit 9dfce0fe8a
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ test:
install:
@INSTALL@ -d $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r critProperties.py $(INST_DIR)
@INSTALL@ -c runtest $(INST_DIR)
@INSTALL@ -c cleanup $(INST_DIR)

View file

@ -13,6 +13,7 @@ test:
install:
@INSTALL@ -d $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r rankine.py $(INST_DIR)
@INSTALL@ -c runtest $(INST_DIR)
@INSTALL@ -c cleanup $(INST_DIR)