diff options
author | markd <markd@pkgsrc.org> | 2017-06-23 23:15:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-06-23 23:15:00 +0000 |
commit | 68ee17cc0ee11a9bdeeb28c0916aaf5f7a10017e (patch) | |
tree | abe3589326cb1fffe284d1c88bd156e9d00ee9a5 /print | |
parent | 623cfd1b7a3b999597876138ba2cd462e43e690b (diff) | |
download | pkgsrc-68ee17cc0ee11a9bdeeb28c0916aaf5f7a10017e.tar.gz |
Add tex-filehook{,-doc}
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index ca659639321..3efb40beaba 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.684 2017/06/22 11:01:05 markd Exp $ +# $NetBSD: Makefile,v 1.685 2017/06/23 23:15:00 markd Exp $ # COMMENT= Desktop publishing @@ -601,6 +601,8 @@ SUBDIR+= tex-figflow SUBDIR+= tex-figflow-doc SUBDIR+= tex-filecontents SUBDIR+= tex-filecontents-doc +SUBDIR+= tex-filehook +SUBDIR+= tex-filehook-doc SUBDIR+= tex-first-latex-doc-doc SUBDIR+= tex-fix2col SUBDIR+= tex-fix2col-doc |