commit 10055c1f4eb7b944e5cf0826e9cc7fd81cadd5af (patch)
parent 1633be8 Rainbows! 5.2.0
tree ff1d514dc56e84f47d92c82d1151bfd89f9cacb5
author Eric Wong <e@80x24.org> 2019-04-22 02:09:06 +0000
committer Eric Wong <e@80x24.org> 2019-04-22 02:09:06 +0000
doc: switch homepage to dark216
Earth Day!
https://80x24.org/olddoc-public/20190422014906.4253-1-e@80x24.org/
---
pkg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg.mk b/pkg.mk
index 3c2e910..5af6a3e 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -68,7 +68,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
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone http://yhbt.net/rainbows.git