diff options
author | Nick White <git@njw.me.uk> | 2013-10-11 14:31:05 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2013-10-11 14:31:05 +0100 |
commit | 3357cde96f91738e69617ae65165209ca9f504c6 (patch) | |
tree | e04848c8e62e5101a505c61a6a061d525e6c7293 /Makefile | |
parent | 5d0c5974e2655a6f66153bffb67c9346c2c4a589 (diff) | |
download | oed2dict-3357cde96f91738e69617ae65165209ca9f504c6.tar.bz2 oed2dict-3357cde96f91738e69617ae65165209ca9f504c6.zip |
Make progress systematically tackling all entities/symbols
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ SRC = 1.htm 2.htm 3.htm 4.htm 5.htm \ 6.htm 7.htm 8.htm 9.htm 10.htm JARGONS = $(SRC:.htm=.jargon) -$(JARGONS): htmtojargon.awk separateheadmeta.sed symbols.sed \ +$(JARGONS): htmtojargon.awk removeetags.pl symbols.sed \ xmlcleanup.sed xmlcleanup2.sed all: oed.jargon oed.dict.dz |