summaryrefslogtreecommitdiff
path: root/print/chktex/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-06 14:37:38 +0000
committerwiz <wiz>2003-04-06 14:37:38 +0000
commit8ceddef36934522712465016a95c51a8ac9c04e3 (patch)
treefa12074c107fac36f28d36ad3adb1339adbc7429 /print/chktex/patches
parentad51ec0e03b31e79926a1cc6626825875a312134 (diff)
downloadpkgsrc-8ceddef36934522712465016a95c51a8ac9c04e3.tar.gz
Initial import of chktex, from Marc Recht via pkgsrc-wip.
This program has been written in frustration because some constructs in LaTeX are sometimes non-intuitive, and easy to forget. It is _not_ a replacement for the built-in checker in LaTeX; however it catches some typographic errors LaTeX oversees. In other words, it is Lint for LaTeX. Filters are also provided for checking the LaTeX parts of CWEB documents.
Diffstat (limited to 'print/chktex/patches')
-rw-r--r--print/chktex/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/print/chktex/patches/patch-aa b/print/chktex/patches/patch-aa
new file mode 100644
index 00000000000..fa0f8ffadb4
--- /dev/null
+++ b/print/chktex/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/04/06 14:37:38 wiz Exp $
+
+--- Makefile.in.orig 2003-04-01 18:13:16.000000000 +0200
++++ Makefile.in 2003-04-01 18:13:50.000000000 +0200
+@@ -192,8 +192,9 @@
+
+ install: chktex ChkTeX.dvi
+ $(INSTALL) -d $(bindir)
+- for program in chktex $(SCRIPTS); do \
+- $(INSTALL_PROGRAM) $$program $(bindir); \
++ $(INSTALL_PROGRAM) chktex $(bindir);
++ for program in $(SCRIPTS); do \
++ $(INSTALL_SCRIPT) $$program $(bindir); \
+ done
+ $(INSTALL) -d $(datadir)
+ $(INSTALL_DATA) chktexrc $(datadir)