summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-19 16:16:21 -0500
committerCase Duckworth2022-08-19 16:16:21 -0500
commit4a4ad1802a00233201e337105d48f4081265a2ce (patch)
tree8a56fa01c0e6d2291447059e00337ac9efe3fc30
parentclearfix (diff)
downloadfwendplanet-4a4ad1802a00233201e337105d48f4081265a2ce.tar.gz
fwendplanet-4a4ad1802a00233201e337105d48f4081265a2ce.zip
Uncomment
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 28c668e..ba2e202 100644 --- a/Makefile +++ b/Makefile
@@ -15,7 +15,7 @@ publish: build
15.PHONY: build 15.PHONY: build
16build: $(RC) 16build: $(RC)
17 -rm p*.html 17 -rm p*.html
18 #-sfeed_update $(RC) 18 -sfeed_update $(RC)
19 NEXT=p2.html PREV=0 $(AGGREGATOR) $(FEEDS) 1 $(PAGEN) >index.html 19 NEXT=p2.html PREV=0 $(AGGREGATOR) $(FEEDS) 1 $(PAGEN) >index.html
20 NEXT=p3.html PREV=index.html $(AGGREGATOR) $(FEEDS) 2 $(PAGEN) >pn.html 20 NEXT=p3.html PREV=index.html $(AGGREGATOR) $(FEEDS) 2 $(PAGEN) >pn.html
21 N=2; while grep '<details>' pn.html >/dev/null 2>&1; do \ 21 N=2; while grep '<details>' pn.html >/dev/null 2>&1; do \