From 5ec1f0ef84abc702fa33b36950eefb9895ab1679 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 22 Nov 2013 09:36:14 -0500 Subject: xml/parse: Accept entity files on the command line Signed-off-by: Anders Kaseorg --- Makefile.am | 2 +- xml/parse.sml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d88b08a9..fa3ee896 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ bin/urweb: xml/entities.sml \ $(MLTON) $(MLTONARGS) -output $@ src/compiler.mlb xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-symbol.ent - xml/parse >xml/entities.sml + $^ > $@ xml/parse: xml/parse.sml $(MLTON) $(MLTONARGS) xml/parse.sml -- cgit v1.2.3