diff options
-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 \ |