Home | History | Annotate | Line # | Download | only in psd
Makefile revision 1.2
      1 #	@(#)Makefile	8.1 (Berkeley) 6/8/93
      2 
      3 # The following modules do not build/install:
      4 # 10.gdb, 13.rcs
      5 
      6 # Missing:
      7 # 07.pascal 14.sccs 17.m4
      8 
      9 # Missing from 4.4BSD-Lite:
     10 # 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io
     11 # 11.adb 15.yacc 16.lex
     12 
     13 BINDIR=	/usr/share/doc/psd
     14 FILES=	00.contents Makefile Title
     15 .ifnmake install
     16 SUBDIR=	05.sysman 12.make 18.gprof 19.curses 20.ipctut 21.ipc
     17 .else
     18 TOP=	../../..
     19 SUBDIR=	05.sysman ${TOP}/usr.bin/make/PSD.doc \
     20 	${TOP}/usr.bin/gprof/PSD.doc ${TOP}/lib/libcurses/PSD.doc \
     21 	20.ipctut 21.ipc
     22 .endif
     23 
     24 Title.ps: ${FILES}
     25 	groff Title > ${.TARGET}
     26 
     27 contents.ps: ${FILES}
     28 	groff -ms 00.contents > ${.TARGET}
     29 
     30 beforeinstall:
     31 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     32 	    ${DESTDIR}${BINDIR}
     33 
     34 .include <bsd.subdir.mk>
     35