about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-21 20:23:56 +0000
committerEric Wong <e@yhbt.net>2020-02-21 20:24:40 +0000
commit1b13e32e90881957d83a453a511e063e35560a08 (patch)
treebfedf5d5b140adfe50355565c27db2d3080def18
parentc2b75b59842b67c2aad3ac0e78d11b351ad9d3c8 (diff)
downloadlocal-openid-1b13e32e90881957d83a453a511e063e35560a08.tar.gz
website: use dark216 to save power
-rw-r--r--.gitignore1
-rw-r--r--pkg.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c19248d..003d998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ pkg/
 tags
 TAGS
 /LATEST
+/NEWS.atom.xml
diff --git a/pkg.mk b/pkg.mk
index 1e40915..cbe6255 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -60,7 +60,7 @@ doc:: .document .olddoc.yml $(pkg_extra) $(PLACEHOLDERS)
         -find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
         -find ext -type f -name '*.rbc' -exec rm -f '{}' ';'
         $(RM) -r doc
-        $(RDOC) -f oldweb
+        $(RDOC) -f dark216
         $(OLDDOC) merge
         install -m644 COPYING doc/COPYING
         install -m644 NEWS doc/NEWS