Newer
Older
abck / Makefile
@tundra tundra on 18 Jul 2001 833 bytes New installation for man pages.
  1. # Fake Makefile For tdir
  2. # $Id: Makefile,v 1.4 2001/07/19 00:28:08 tundra Exp $
  3.  
  4. all: # Do nothing - this is a python script that needs no build
  5.  
  6. install:
  7. install -c -o root -g wheel -m 700 ./abck ${PREFIX}/bin
  8. install -c -o root -g wheel -m 700 ./abnot ${PREFIX}/bin
  9. mkdir ${PREFIX}/share/doc/abmgmt
  10. install -c -o root -g wheel -m 644 ./abmgmt.1.gz ${PREFIX}/man/man1
  11. install -c -o root -g wheel -m 644 ./abck.1.gz ${PREFIX}/man/man1
  12. install -c -o root -g wheel -m 644 ./abnot.1.gz ${PREFIX}/man/man1
  13. install -c -o root -g wheel -m 644 ./ABMGMT-License.txt ${PREFIX}/share/doc/abmgmt
  14. @echo
  15. @echo
  16. @echo "-------------------------------------------------------------"
  17. @echo "Don't forget to edit abnot for your machine IP, TZ, and Name."
  18. @echo "-------------------------------------------------------------"
  19. @echo
  20. @echo