aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sgmlfmt/Makefile
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1995-05-09 23:58:06 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1995-05-09 23:58:06 +0000
commit317be71920cd0beacde6e97fcf8de83da086e799 (patch)
treefe4eb49397e660b22ff0d38e28c5b2e1c171b6b2 /usr.bin/sgmlfmt/Makefile
parentf26b6240ac3076212e3812181263eec756386414 (diff)
downloadsrc-317be71920cd0beacde6e97fcf8de83da086e799.tar.gz
src-317be71920cd0beacde6e97fcf8de83da086e799.zip
The program that turns sgml files (tagged according to the linuxdoc
DTD) into HTML, LaTeX or ascii. (the latter is still pretty rough) Reviewed by: rgrimes
Notes
Notes: svn path=/cvs2svn/branches/jfieber/; revision=8397
Diffstat (limited to 'usr.bin/sgmlfmt/Makefile')
-rw-r--r--usr.bin/sgmlfmt/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/sgmlfmt/Makefile b/usr.bin/sgmlfmt/Makefile
new file mode 100644
index 000000000000..835c05f84569
--- /dev/null
+++ b/usr.bin/sgmlfmt/Makefile
@@ -0,0 +1,9 @@
+# $Id:$
+
+MAN1= sgmlfmt.1
+
+afterinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/sgmlfmt.pl ${DESTDIR}${BINDIR}/sgmlfmt
+
+.include <bsd.prog.mk>