X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=7acee98ad4c7db71e0c7346c7b5ae5e21086dcab;hb=e1344533476e1d8111d4228941e0a46ae34e9055;hp=608606c6ffcf7f7c7c3a7445f24231c5cd288d18;hpb=77bff3e2abda103471ab881bad81db67003582ff;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)