projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
txt2html: use Getopt::Long for saner command line arg handling
[~bandali/bndl.org]
/
GNUmakefile
diff --git
a/GNUmakefile
b/GNUmakefile
index
2330e5d
..
f5b4014
100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-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))