makefile labels
This commit is contained in:
parent
f19cbc1af3
commit
96428c13fb
6
Makefile
6
Makefile
@ -1,14 +1,14 @@
|
|||||||
all: pull index
|
all: pull index
|
||||||
|
|
||||||
init:
|
init:
|
||||||
etherdump init
|
pppadump init
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
etherdump pull --all --force --css styles/html.css --pub out/p --group out/g
|
pppadump pull --all --force --css styles/html.css --pub out/p --group out/g
|
||||||
|
|
||||||
index:
|
index:
|
||||||
etherdump index input out/p/*.meta.json --title "Notes, __MAGICWORDS__, readers & more ..." --templatepath templates/ --output out/index.html
|
pppadump index input out/p/*.meta.json --title "Notes, __MAGICWORDS__, readers & more ..." --templatepath templates/ --output out/index.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -Rf out/
|
rm -Rf out/
|
||||||
Loading…
x
Reference in New Issue
Block a user