txt2html: use Getopt::Long for saner command line arg handling
[~bandali/bndl.org] / GNUmakefile
index 2330e5d..f5b4014 100644 (file)
@@ -9,7 +9,7 @@
 
 
 gen = perl txt2html < $< > $@
-gen_fa = perl txt2html 'fa' < $< > $@
+gen_fa = perl txt2html --lang='fa' < $< > $@
 port := $(if $(port),$(port),8000)
 
 TXT := $(filter-out bandali-pubkey.txt bandali.txt,$(wildcard *.txt))