summaryrefslogtreecommitdiffstats
path: root/share/doc/papers/memfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/memfs/Makefile')
-rw-r--r--share/doc/papers/memfs/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/share/doc/papers/memfs/Makefile b/share/doc/papers/memfs/Makefile
new file mode 100644
index 0000000..3e67998
--- /dev/null
+++ b/share/doc/papers/memfs/Makefile
@@ -0,0 +1,22 @@
+# @(#)Makefile 1.8 (Berkeley) 6/8/93
+
+DIR= papers/memfs
+SRCS= 0.t 1.t
+MACROS= -ms
+REFER= refer -n -e -l -s -p ref.bib
+EXTRA= ref.bib A.t tmac.srefs
+CLEANFILES=ref.bib.i A.gt paper.t
+
+paper.ps: paper.t
+ ${ROFF} tmac.srefs paper.t > ${.TARGET}
+
+paper.t: ${SRCS} ref.bib.i A.gt
+ ${REFER} ${SRCS} A.gt > ${.TARGET}
+
+ref.bib.i: ref.bib
+ ${INDXBIB} ref.bib
+
+A.gt: A.t
+ ${GRIND} < A.t > A.gt
+
+.include <bsd.doc.mk>
OpenPOWER on IntegriCloud