sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit 16a06c247079dbd0ed7d8ade5d49947ae03c7d16
parent 78c2b6031ec1581bc805fac0cfd3426aac1fd189
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  7 Nov 2017 20:35:09 +0100

remove unused symlinks

Diffstat:
MMakefile | 4++--
Ddoc/footer.html | 2--
Ddoc/header.html | 2--
Ddoc/nav.html | 2--
4 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile @@ -4,10 +4,10 @@ all: $(PAGES) %: %.md @echo " * generating $@" - @cat header.html nav.html > $@ + @cat header.html nav.html | \ + sed "s/DEFAULT_TITLE/$(shell sed 1q $^) | parazyd.cf/" > $@ @$(MARKDOWN) $^ >> $@ @cat footer.html >> $@ - @sed -e "s/DEFAULT_TITLE/$(shell sed 1q $^) | parazyd.cf/" -i $@ clean: rm -f $(PAGES) diff --git a/doc/footer.html b/doc/footer.html @@ -1 +0,0 @@ -../footer.html- \ No newline at end of file diff --git a/doc/header.html b/doc/header.html @@ -1 +0,0 @@ -../header.html- \ No newline at end of file diff --git a/doc/nav.html b/doc/nav.html @@ -1 +0,0 @@ -../nav.html- \ No newline at end of file