summaryrefslogtreecommitdiffstats
path: root/share/sgml/FreeBSD/rep/Makefile
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1995-05-09 23:19:47 +0000
committerjfieber <jfieber@FreeBSD.org>1995-05-09 23:19:47 +0000
commite466ffc54dd5937d615db06a1b497efed87548a0 (patch)
treef8e747afb1dd386e313d7eb05919e3e1e96d9a02 /share/sgml/FreeBSD/rep/Makefile
parentacd6ba06465e00f8a77b3633e38fc58a7d7d1d63 (diff)
downloadFreeBSD-src-e466ffc54dd5937d615db06a1b497efed87548a0.zip
FreeBSD-src-e466ffc54dd5937d615db06a1b497efed87548a0.tar.gz
The linuxdoc DTD used for the FreeBSD handbook and FAQ.
Reviewed by: rgrimes Obtained from: Linux (with modification)
Diffstat (limited to 'share/sgml/FreeBSD/rep/Makefile')
-rw-r--r--share/sgml/FreeBSD/rep/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/sgml/FreeBSD/rep/Makefile b/share/sgml/FreeBSD/rep/Makefile
new file mode 100644
index 0000000..e1a112e
--- /dev/null
+++ b/share/sgml/FreeBSD/rep/Makefile
@@ -0,0 +1,13 @@
+# $Id:$
+
+FILES= html.general html.mapping html.math latex.general latex.mapping
+FILES+= latex.math nroff.general nroff.mapping nroff.math
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+afterinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${DESTDIR}${BINDIR}/rep
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud