From 96428c13fb29bf1b50887138f89f31e16158928d Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 6 Dec 2021 18:17:54 +0100 Subject: [PATCH] makefile labels --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3df73ef..b48aabd 100644 --- a/Makefile +++ b/Makefile @@ -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/ \ No newline at end of file