Revision 7453
Added by Aaron Marcuse-Kubitza about 12 years ago
mappings/Makefile | ||
---|---|---|
30 | 30 |
#Veg+-VegCore.csv: VegCore.htm |
31 | 31 |
# (echo "Veg+,VegCore"; $(bin)/redmine_synonyms|$(bin)/collapse_multimap)\ |
32 | 32 |
#<$< >$@ |
33 |
# $(bin)/in_place $< $(bin)/translate 1 $(dict)
|
|
33 |
# $(bin)/in_place $@ $(bin)/translate 1 $(dict)
|
|
34 | 34 |
|
35 | 35 |
VegCore.tables.csv: VegCore.htm |
36 | 36 |
<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^?<][^<]*).*$$/\1/p' >$@ |
Also available in: Unified diff
mappings/Makefile: Veg+-VegCore.csv: translate: Fixed bug where need to run on $@ instead of $<