diff options
Diffstat (limited to 'textproc/source-highlight/patches/patch-ag')
-rw-r--r-- | textproc/source-highlight/patches/patch-ag | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/source-highlight/patches/patch-ag b/textproc/source-highlight/patches/patch-ag index d5b918a9ce5..858b42f23b9 100644 --- a/textproc/source-highlight/patches/patch-ag +++ b/textproc/source-highlight/patches/patch-ag @@ -1,13 +1,13 @@ -$NetBSD: patch-ag,v 1.3 2003/10/03 14:42:39 seb Exp $ +$NetBSD: patch-ag,v 1.4 2004/05/15 14:55:38 seb Exp $ ---- tests/Makefile.am.orig 2003-08-31 13:56:10.000000000 +0000 +--- tests/Makefile.am.orig 2004-03-08 19:13:31.000000000 +0000 +++ tests/Makefile.am -@@ -211,7 +211,7 @@ check_ruby: test.rb.html test_comments.r - diff $(srcdir)/test.rb.html test.rb.out.html - diff $(srcdir)/test_comments.rb.html test_comments.rb.out.html +@@ -255,7 +255,7 @@ check_sml: test.sml.html + @echo expect no output from diff + diff $(srcdir)/test.sml.html test.sml.out.html -source_highlightdoc_DATA = test.php3.html test.pl.html test.pm.html \ +source_highlightdochtml_DATA = test.php3.html test.pl.html test.pm.html \ - test.py.html test.rb.html test.js.html + test.py.html test.rb.html test.js.html test.lua.html test.ml.html \ + test.sml.html - CLEANFILES = *.out.html *.out.txt |