BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 21 Dec 1987 11:20:24 +0000 (03:20 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 21 Dec 1987 11:20:24 +0000 (03:20 -0800)
Work on file usr/src/new/X/man/man1/Makefile
Work on file usr/src/new/X/man/man3/Makefile
Work on file usr/src/new/X/man/man8/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/X/man/man1/Makefile [new file with mode: 0644]
usr/src/new/X/man/man3/Makefile [new file with mode: 0644]
usr/src/new/X/man/man8/Makefile [new file with mode: 0644]

diff --git a/usr/src/new/X/man/man1/Makefile b/usr/src/new/X/man/man1/Makefile
new file mode 100644 (file)
index 0000000..56b75d8
--- /dev/null
@@ -0,0 +1,25 @@
+.SUFFIXES: .1 .0
+
+.1.0:
+       /usr/man/manroff $*.1 > $*.0
+
+OBJ1=  X.0 biff.0 bitmap.0 keycomp.0 pikapix.0 resize.0 uwm.0 xclock.0 \
+       xcolors.0 xdemo.0 xdpr.0 xdvi.0 xfax.0 xfd.0 xhost.0 ximpv.0 \
+       xinit.0 xload.0 xnwm.0 xperfmon.0 xpr.0 xrefresh.0 xset.0 xshell.0 \
+       xterm.0 xtrek.0 xwd.0 xwininfo.0 xwm.0 xwud.0
+
+all:;
+
+install: ${OBJ1}
+       install -c -o bin -g bin -m 444 ${OBJ1} ${DESTDIR}/usr/new/man/cat1
+
+clean:
+       rm -f *~ \#*
+
+paper:
+       for i in *.? *.[0-9]?; do \
+               echo -n "Troffing ";\
+               echo -n $$i;\
+               echo '....';\
+               ${TROFF} -man $$i;\
+       done
diff --git a/usr/src/new/X/man/man3/Makefile b/usr/src/new/X/man/man3/Makefile
new file mode 100644 (file)
index 0000000..31c6c7f
--- /dev/null
@@ -0,0 +1,22 @@
+.SUFFIXES: .3 .0
+
+.3.0:
+       /usr/man/manroff $*.3 > $*.0
+
+OBJ3=  XMenu.0 Xlib.0 xtext.0 xtty.0
+
+all:;
+
+install: ${OBJ3}
+       install -c -o bin -g bin -m 444 ${OBJ3} ${DESTDIR}/usr/new/man/cat3
+
+clean:
+       rm -f *~ \#*
+
+paper:
+       for i in *.? *.[0-9]?; do \
+               echo -n "Troffing ";\
+               echo -n $$i;\
+               echo '....';\
+               ${TROFF} -man $$i;\
+       done
diff --git a/usr/src/new/X/man/man8/Makefile b/usr/src/new/X/man/man8/Makefile
new file mode 100644 (file)
index 0000000..8a8b4ea
--- /dev/null
@@ -0,0 +1,22 @@
+.SUFFIXES: .8 .0
+
+.8.0:
+       /usr/man/manroff $*.8 > $*.0
+
+OBJ8=  X.0 X.0 Xapollo.0 Xis.0 Xnest.0 Xqvss.0 Xsun.0 Xvs100.0
+
+all:;
+
+install: ${OBJ8}
+       install -c -o bin -g bin -m 444 ${OBJ8} ${DESTDIR}/usr/new/man/cat8
+
+clean:
+       rm -f *~ \#*
+
+paper:
+       for i in *.? *.[0-9]?; do \
+               echo -n "Troffing ";\
+               echo -n $$i;\
+               echo '....';\
+               ${TROFF} -man $$i;\
+       done