txt2html: rename to txt2pre
[~bandali/bndl.org] / GNUmakefile
index d791a55..ae9eab7 100644 (file)
@@ -8,7 +8,7 @@
 # without any warranty.
 
 
-gen-html = perl txt2html $(1) < $< > $@
+gen-html = perl txt2pre $(1) < $< > $@
 port := $(if $(port),$(port),8000)
 
 TXT := $(filter-out bandali-pubkey.txt bandali.txt,$(wildcard *.txt))
@@ -39,6 +39,6 @@ serve:
 watch:
        while true; do \
        echo $(TXT) $(TXT_FA) bandali.txt fa/bandali.fa.txt \
-       GNUmakefile txt2html | tr " " "\n" | entr -d make; done
+       GNUmakefile txt2pre | tr " " "\n" | entr -d make; done
 
 .PHONY: all clean serve watch