Author: bapt
Date: Sat Nov 22 20:55:36 2014
New Revision: 274893
URL: https://svnweb.freebsd.org/changeset/base/274893

Log:
  Add the preconv utility from mandoc project
  
  it recodes multibyte UNIX manual files into mandoc(1)

Added:
  head/usr.bin/preconv/
  head/usr.bin/preconv/Makefile   (contents, props changed)
Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile       Sat Nov 22 20:55:21 2014        (r274892)
+++ head/usr.bin/Makefile       Sat Nov 22 20:55:36 2014        (r274893)
@@ -129,6 +129,7 @@ SUBDIR=     alias \
        pathchk \
        perror \
        pr \
+       preconv \
        printenv \
        printf \
        procstat \

Added: head/usr.bin/preconv/Makefile
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/preconv/Makefile       Sat Nov 22 20:55:36 2014        
(r274893)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/mdocml
+
+PROG=  preconv
+
+.include <bsd.prog.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to