projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
txt2html: rename to txt2pre
[~bandali/bndl.org]
/
GNUmakefile
diff --git
a/GNUmakefile
b/GNUmakefile
index
d791a55
..
ae9eab7
100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-8,7
+8,7
@@
# without any warranty.
# without any warranty.
-gen-html = perl txt2
html
$(1) < $< > $@
+gen-html = perl txt2
pre
$(1) < $< > $@
port := $(if $(port),$(port),8000)
TXT := $(filter-out bandali-pubkey.txt bandali.txt,$(wildcard *.txt))
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 \
watch:
while true; do \
echo $(TXT) $(TXT_FA) bandali.txt fa/bandali.fa.txt \
- GNUmakefile txt2
html
| tr " " "\n" | entr -d make; done
+ GNUmakefile txt2
pre
| tr " " "\n" | entr -d make; done
.PHONY: all clean serve watch
.PHONY: all clean serve watch