pppindex/Makefile

15 lines
333 B
Makefile
Raw Normal View History

2021-12-05 18:12:01 +01:00
all: pull index
init:
2021-12-06 18:17:54 +01:00
pppadump init
2021-12-05 18:12:01 +01:00
mkdir out
pull:
2021-12-06 18:17:54 +01:00
pppadump pull --all --force --css styles/html.css --pub out/p --group out/g
2021-12-05 18:12:01 +01:00
index:
2021-12-08 12:12:30 +01:00
cp styles/styles.css out/
2021-12-06 18:17:54 +01:00
pppadump index input out/p/*.meta.json --title "Notes, __MAGICWORDS__, readers & more ..." --templatepath templates/ --output out/index.html
2021-12-05 18:12:01 +01:00
clean:
rm -Rf out/