From fa7c99c72d7635095e669e8aed9ef1d8db089df4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 1 Mar 2021 06:51:50 -0300 Subject: Update files under aux/ --- Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 499cbbd..b166700 100644 --- a/Makefile +++ b/Makefile @@ -5,17 +5,16 @@ check: sh scripts/extract-translations.sh sh scripts/apply-translations.sh +dev-check: check + clean: rm -rf public/ _site/ -NAME_UC = website -NAME = $(NAME_UC) -MAILING_LIST = public-inbox -OUT = public - public: - JEKYLL_ENV=production jekyll build -d $(OUT) --trace - sh aux/workflow/TODOs.sh $(NAME_UC) $(NAME) $(MAILING_LIST) + sh aux/workflow/public.sh website website public-inbox + mv public/index.html public/README.html + JEKYLL_ENV=production jekyll build --trace + rsync -a _site/ public publish: public rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete @@ -23,4 +22,4 @@ publish: public serve: JEKYLL_ENV=production jekyll serve --future --livereload --trace -.PHONY: clean check publish serve +.PHONY: clean check dev-check publish serve -- cgit v1.2.3