diff options
author | markd <markd@pkgsrc.org> | 2017-06-23 23:25:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-06-23 23:25:03 +0000 |
commit | 6d55297f22b67b32ed523873b274e9261ab008e3 (patch) | |
tree | 358b7734ddba5ca2877e9911a553bdfe6702d3c1 /textproc/Makefile | |
parent | 39a3b9c0e68370ba4c6c4d234d1fafea39df884f (diff) | |
download | pkgsrc-6d55297f22b67b32ed523873b274e9261ab008e3.tar.gz |
Add tex-lwarp{,-doc}
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5190ac001cf..59c5e9ec72b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.935 2017/06/21 22:18:55 taca Exp $ +# $NetBSD: Makefile,v 1.936 2017/06/23 23:25:03 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -907,6 +907,8 @@ SUBDIR+= tei-p5-schema SUBDIR+= tei-xsl SUBDIR+= tex-latexdiff SUBDIR+= tex-latexdiff-doc +SUBDIR+= tex-lwarp +SUBDIR+= tex-lwarp-doc SUBDIR+= tex-makeindex SUBDIR+= tex-makeindex-doc SUBDIR+= tex-xmltex |