Added manual pages

This commit is contained in:
ceriel 1987-03-02 13:08:51 +00:00
parent f9b1523794
commit e41a9f5b9c

View file

@ -28,15 +28,18 @@ install: all
-mkdir $b -mkdir $b
cp em_???? $b cp em_???? $b
cp em eminform ../../../bin cp em eminform ../../../bin
cp em.1 eminform.1 ../../../man
cmp: all cmp: all
cmp em_t--- $b/em_t--- -cmp em_t--- $b/em_t---
cmp em_---- $b/em_---- -cmp em_---- $b/em_----
cmp em_tf-- $b/em_tf-- -cmp em_tf-- $b/em_tf--
cmp em_t-c- $b/em_t-c- -cmp em_t-c- $b/em_t-c-
cmp em_t--p $b/em_t--p -cmp em_t--p $b/em_t--p
cmp em ../../../bin/em -cmp em ../../../bin/em
cmp eminform ../../../bin/eminform -cmp eminform ../../../bin/eminform
-cmp em.1 ../../../man/em.1
-cmp eminform.1 ../../../man/eminform.1
clean: clean:
-rm -f *.o *.old a.out em eminform $(INTS) -rm -f *.o *.old a.out em eminform $(INTS)