Mercurial > urweb
comparison Makefile.am @ 1904:686fa4e7f397
xml/parse: Accept entity files on the command line
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
---
Makefile.am | 2 +-
xml/parse.sml | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
author | Anders Kaseorg <andersk@mit.edu> |
---|---|
date | Fri, 22 Nov 2013 09:36:14 -0500 |
parents | 1efc2bff56f7 |
children | 0d2fdc2cc46c |
comparison
equal
deleted
inserted
replaced
1903:de3afd3ecf07 | 1904:686fa4e7f397 |
---|---|
61 src/urweb.mlton.lex.sml \ | 61 src/urweb.mlton.lex.sml \ |
62 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml | 62 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml |
63 $(MLTON) $(MLTONARGS) -output $@ src/compiler.mlb | 63 $(MLTON) $(MLTONARGS) -output $@ src/compiler.mlb |
64 | 64 |
65 xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-symbol.ent | 65 xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-symbol.ent |
66 xml/parse >xml/entities.sml | 66 $^ > $@ |
67 | 67 |
68 xml/parse: xml/parse.sml | 68 xml/parse: xml/parse.sml |
69 $(MLTON) $(MLTONARGS) xml/parse.sml | 69 $(MLTON) $(MLTONARGS) xml/parse.sml |
70 | 70 |
71 install-exec-emacs: | 71 install-exec-emacs: |