home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / usd / Makefile < prev    next >
Encoding:
Makefile  |  1991-05-07  |  549 b   |  19 lines

  1. #    @(#)Makefile    5.1.1.1 (Berkeley) 5/7/91
  2.  
  3. #Missing: 01.begin 02.learn 03.shell 05.dc 06.bc 08.mh 12.edtut 13.edadv
  4. #      17.jove 18.sed 19.awk 20.msmacros 24.troff 25.trofftut 26.eqn
  5. #      27.eqnguide 28.tbl 29.refer 30.invert 31.bib 32.diction
  6. BINDIR=    /usr/share/doc/usd
  7. FILES=    00.contents Makefile Title
  8. SUBDIR=    04.csh 07.Mail \
  9.     09.newsread 10.etiq 14.edit 15.vi \
  10.     16.ex 21.msdiffs 22.memacros \
  11.     23.meref \
  12.     33.rogue 34.trek
  13.  
  14. beforeinstall:
  15.     install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
  16.         ${DESTDIR}${BINDIR}
  17.  
  18. .include <bsd.subdir.mk>
  19.