makefile labels
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
all: pull index
|
||||
|
||||
init:
|
||||
etherdump init
|
||||
pppadump init
|
||||
mkdir out
|
||||
|
||||
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:
|
||||
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:
|
||||
rm -Rf out/
|
||||
Reference in New Issue
Block a user