diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 00:29:34 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 00:29:34 +0000 |
commit | 1e193f9abb4a5e81186589504d1fdde86e47a912 (patch) | |
tree | 338e2bdec4b962fba7490b23afe88afe11e4b752 /textproc/Makefile | |
parent | bf47b1ab7d3aac5b3a8e82945eaf15958dc5a826 (diff) |
Add port textproc/docdiff:
DocDiff compares two files and shows the difference. It can compare
files word by word, char by char, or line by line. It has several
output formats such as HTML, tty, Manued, or user-defined markup.
WWW: http://www.kt.rim.or.jp/~hisashim/docdiff/
Author: Hisashi MORITA <hisashim at kt dot rim dot or dot jp>
Inspired by: Debian package
Notes
Notes:
svn path=/head/; revision=203515
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fc5b9725b300..c608a3915639 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -106,6 +106,7 @@ SUBDIR += docbook-xsd SUBDIR += docbook-xsl SUBDIR += docbookide.el + SUBDIR += docdiff SUBDIR += doclifter SUBDIR += docproj SUBDIR += docproj-jadetex |