From 23d6073e923efe918959366fc94731b79fd8cce7 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 28 May 2022 19:47:58 +0200 Subject: temporary add some files from other sf.com page --- Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 538cc76..330e86c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ -ESTATICO_BIN=/home/miguel/git/estatico/.stack-work/install/x86_64-linux/lts-13.5/8.6.3/bin/estatico-exe -TARGET_DIR=/mnt/andromeda/htmlpub/softwarefools_com/ -SOURCE_DIR=$(shell pwd) -URL=https://softwarefools.com - -build: - - mkdir $(TARGET_DIR) - ${ESTATICO_BIN} $(SOURCE_DIR) $(TARGET_DIR) $(URL) -clean: - rm $(TARGET_DIR) -r +help: ## Show this help. + @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST) +build-page: ## Build www.softwarefools.com + estatico-exe . /tmp/www.softwarefools.com https://www.softwarefools.com +upload-page: ## Upload www.softwarefools.com to comet + rsync -r -u -v /tmp/www.softwarefools.com/* comet:/var/www/www.softwarefools.com/ -- cgit v1.2.3