pppindex/Makefile
2021-12-05 18:12:01 +01:00

14 lines
309 B
Makefile

all: pull index
init:
etherdump init
mkdir out
pull:
etherdump 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
clean:
rm -Rf out/