Also install manual page
This commit is contained in:
parent
e97f144bf4
commit
82f042ba98
1 changed files with 3 additions and 1 deletions
|
@ -118,11 +118,13 @@ Emain: Cfiles
|
|||
@rm -f nmclash.o a.out
|
||||
|
||||
install: Main
|
||||
rm -f $(EMHOME)/lib/em_cemcom
|
||||
rm -f $(EMHOME)/lib/em_cemcom $(EMHOME)/man/em_cemcom.6
|
||||
cp $(CURRDIR)/main $(EMHOME)/lib/em_cemcom
|
||||
cp $(CURRDIR)/cemcom.1 $(EMHOME)/man/em_cemcom.6
|
||||
|
||||
cmp: Main
|
||||
-cmp $(CURRDIR)/main $(EMHOME)/lib/em_cemcom
|
||||
-cmp $(CURRDIR)/cemcom.1 $(EMHOME)/man/em_cemcom.6
|
||||
|
||||
pr:
|
||||
@pr makefile make.* tab.c char.tab Parameters $(HSRC) $(STRSRC) $(LSRC) $(CSRC)
|
||||
|
|
Loading…
Reference in a new issue