X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=7acee98ad4c7db71e0c7346c7b5ae5e21086dcab;hb=35061a4e3cc150d3dc800ae3b2a4ad6ebe06112f;hp=608606c6ffcf7f7c7c3a7445f24231c5cd288d18;hpb=183bdd9a65a1976536d6631314fdc123675b9156;p=dead%2Fhtsn-import.git 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)