]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Change the XML-Schema-learner executable name.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Jan 2014 00:09:01 +0000 (19:09 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Jan 2014 00:09:01 +0000 (19:09 -0500)
makefile

index 608606c6ffcf7f7c7c3a7445f24231c5cd288d18..7acee98ad4c7db71e0c7346c7b5ae5e21086dcab 100644 (file)
--- a/makefile
+++ b/makefile
@@ -68,6 +68,6 @@ DTDS := $(addsuffix .dtd, $(XMLTYPES))
 # $<. Its use is legitimate since we do sort of depend on the
 # directory existing.
 $(DTDS): %.dtd: % $(XMLS)
-       learn $</*.xml > $@
+       schema-learn $</*.xml > $@
 
 schema: $(DTDS)