From d7191ca70ce91934bf2241eda4359f030d6865ed Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 1 Oct 2021 15:06:41 -0400 Subject: Remove igp I'm not serving gopher anymore. --- www/text.causal.agency/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'www/text.causal.agency/Makefile') diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile index 913fc586..5b3c86b8 100644 --- a/www/text.causal.agency/Makefile +++ b/www/text.causal.agency/Makefile @@ -1,7 +1,4 @@ -WEBROOT ?= /var/www/text.causal.agency -LIBEXEC ?= /usr/local/libexec - -CFLAGS += -Wall -Wextra +WEBROOT = /var/www/text.causal.agency TXTS += 001-make.txt TXTS += 002-writing-mdoc.txt @@ -38,15 +35,11 @@ all: colb ${TXTS} .7.txt: mandoc -T utf8 $< | ./colb > $@ -feed.atom: feed.sh ${TXTS} +feed.atom: feed.sh colb ${TXTS} sh feed.sh > feed.atom clean: - rm -f ${TXTS} feed.atom igp + rm -f colb ${TXTS} feed.atom install: colb ${TXTS} feed.atom install -p -m 644 ${TXTS} feed.atom ${WEBROOT} - -install-igp: igp - install igp ${LIBEXEC} - install -p -m 644 igp.c ${WEBROOT} -- cgit 1.4.1