BSD 4_4 release
[unix-history] / usr / src / usr.bin / make / PSD.doc / Makefile
index 40cd147..acac84f 100644 (file)
@@ -1,25 +1,7 @@
-#
-LOCALS         = tutorial.ms tutorial.psc \
-                  pmake.mansp pmake.psc \
-                 Lst.mansp Lst.psc Makefile makefile tmac.ansp \
-                  cctrl.8 customs.8 importquota.8 reginfo.1
+#      @(#)Makefile    8.1 (Berkeley) 8/14/93
 
 
-SUBDIRS                = index ex1 ex2 customs
+DIR=   psd/12.make
+SRCS=  tutorial.ms
+MACROS=        -ms
 
 
-
-tutorial.t     : index/tmac.index tutorial.ms 
-       ditroff -Plw -ms -t $(.ALLSRC) > tut.temp
-       index/index -Plw -t tut.temp > $(.TARGET)
-       rm -f tut.temp
-
-print          : tutorial.t
-       lpr -Plw -h -n tutorial.t
-
-package                ::
-       if [ ! -d $(PKGDIR) ]; then
-               mkdir $(PKGDIR)
-       fi
-       cp $(LOCALS) $(PKGDIR)
-       for i in $(SUBDIRS); do
-               (cd $i; $(MAKE) "PKGDIR=$(PKGDIR)/$i" package)
-       done
+.include <bsd.doc.mk>