4 lines
59 B
Makefile
4 lines
59 B
Makefile
all: translator_doc.txt
|
|
|
|
%.txt: %.html
|
|
LANG=C w3m $< > $@
|