diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-23 21:56:18 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-23 21:56:18 +0000 |
commit | ce6f26e04bc0ee22c3abf58edd26b6eaf503fc77 (patch) | |
tree | 09c5e3b5898f0feb40d4fb1766584b9696d2895d | |
parent | b1c717cb9526f8ac883632e31eaa0e5fa83a04ab (diff) |
Add "dont-run-trang" target.
svn path=/scripts/Makefile; revision=790
-rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 1a182385..71976971 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -17,3 +17,6 @@ up-down-schema.rng: up-down-schema.rnc test: all python xml-parse-test.py + +dont-run-trang: + touch *.rng |