From: Michael Orlitzky Date: Thu, 9 Jan 2014 00:09:01 +0000 (-0500) Subject: Change the XML-Schema-learner executable name. X-Git-Tag: 0.0.1~114 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=35061a4e3cc150d3dc800ae3b2a4ad6ebe06112f Change the XML-Schema-learner executable name. --- diff --git a/makefile b/makefile index 608606c..7acee98 100644 --- 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 $ $@ + schema-learn $ $@ schema: $(DTDS)