e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit b653f382591be3e12b7a3e1c9e8b60fd7f433dfc
parent b71a76c76f25eb89c73fc987f8180714d01d9c92
Author: Paco Esteban <paco@e1e0.net>
Date:   Thu,  2 Jul 2020 18:18:06 +0200

makefile is not needed anymore

Diffstat:
DMakefile | 29-----------------------------
1 file changed, 0 insertions(+), 29 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,29 +0,0 @@ -TITLE="e1e0.net" -BASE_URL="https://e1e0.net" -SRC_DIR=src -DST_DIR=htmlOut -HTTP_SERVER="w1.e1e0.net:/var/www/htdocs/e1e0.net" -GOPHER_DIR=gopherOut -GOPHER_SERVER="w1.e1e0.net:/var/gopher" -MARKDOWN_FILES != find ./$(SRC_DIR) -name '*.md' - -.PHONY: all html rss gopher sync - -all: html rss gopher sync - -html: - @mkdir -p $(DST_DIR) - @ssg5 $(SRC_DIR) $(DST_DIR) $(TITLE) $(BASE_URL) - -rss: $(DST_DIR)/rss.xml - -$(DST_DIR)/rss.xml : $(DST_DIR)/index.html - @rssg $(SRC_DIR)/index.html $(TITLE) $(BASE_URL) > $(DST_DIR)/rss.xml - -gopher: - @mkdir -p $(GOPHER_DIR) - @ggen $(SRC_DIR) $(GOPHER_DIR) - -sync: - @rsync -avz --delete $(DST_DIR)/ $(HTTP_SERVER)/ - @rsync -avz --delete $(GOPHER_DIR)/ $(GOPHER_SERVER)/