home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rcs / rcs56src / source / cvs / doc / makefile < prev   
Encoding:
Makefile  |  1991-02-06  |  432 b   |  32 lines

  1. #
  2. #    $Id: Makefile,v 1.1 89/11/19 23:16:41 berliner Exp $
  3. #
  4. # Makefile for CVS document for the Winter 1990 USENIX Conference,
  5. # Washington D.C.
  6. #
  7.  
  8. TROFF=        nitroff
  9. TROFFOPTS=    -ms
  10. PIC=        pic
  11. TBL=        tbl
  12.  
  13. CVSDOC=        cvs.ms
  14. FILES=        Makefile ${CVSDOC}
  15.  
  16. all:
  17.  
  18. print:
  19.     ${PIC} ${CVSDOC} | ${TBL} | ${TROFF} ${TROFFOPTS}
  20.  
  21. install:
  22.  
  23. clean:
  24.     rm -f *.o core
  25.  
  26. list:
  27.     @for i in ${FILES}; do\
  28.         echo $$i;\
  29.     done
  30.  
  31. depend:
  32.