diff options
author | Case Duckworth | 2022-08-19 16:16:21 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-19 16:16:21 -0500 |
commit | 4a4ad1802a00233201e337105d48f4081265a2ce (patch) | |
tree | 8a56fa01c0e6d2291447059e00337ac9efe3fc30 /Makefile | |
parent | clearfix (diff) | |
download | fwendplanet-4a4ad1802a00233201e337105d48f4081265a2ce.tar.gz fwendplanet-4a4ad1802a00233201e337105d48f4081265a2ce.zip |
Uncomment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |
16 | build: $(RC) | 16 | build: $(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 \ |