X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/29f0d7b9e10f827c29213a40279b8a767c99d80b..06611295e7000b1f22c4af109cb6ddb476cc97ad:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index b8523fd..36c83f8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,3 +1,22 @@ +# GNUmakefile --- GNU Makefile for building my personal site + +# Copyright (C) 2020-2021 Amin Bandali + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . + + SITE_DOMAIN := 'https://shemshak.org' SITE_PREFIX := '/~bandali' SITE_URL := '$(SITE_DOMAIN)$(SITE_PREFIX)' @@ -14,6 +33,7 @@ out/%.html: %.m4 header.html footer.html out/notes.%: meta_feed_%.m4 $(SRC) header.html footer.html m4 -D__d=$(SITE_DOMAIN) -D__p=$(SITE_PREFIX) $< > $@ sed -i 's|href="/\([^/]\)|href="$(SITE_DOMAIN)/\1|' $@ + sed -i 's|href="//|href="https://|' $@ out/GNUmakefile: GNUmakefile ; ln -s $(PWD)/$< $@ $(STATIC): ; ln -s $(PWD)/static/$(@F) $@