about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-15 00:45:50 +0000
committerEric Wong <e@80x24.org>2015-01-15 00:45:50 +0000
commitd5f9e6fce365617e578eb973aa6c299f35de8baf (patch)
treea6285b505a37d907fbda9bdcec41702af23eaaee
parente317f463d5f6310a93114980fc819cb65a6ec64e (diff)
downloadwrongdoc-d5f9e6fce365617e578eb973aa6c299f35de8baf.tar.gz
switch our own documentation to olddoc
wrongdoc is dead!
-rw-r--r--.document2
-rw-r--r--.gitignore5
-rw-r--r--GNUmakefile4
-rw-r--r--dotwrongdoc_50
-rw-r--r--wrongdoc_10
5 files changed, 5 insertions, 6 deletions
diff --git a/.document b/.document
index 785aa7d..5b3184e 100644
--- a/.document
+++ b/.document
@@ -1,8 +1,6 @@
-ChangeLog
 lib
 NEWS
 README
-LATEST
 LICENSE
 wrongdoc_1
 dotwrongdoc_5
diff --git a/.gitignore b/.gitignore
index 3015c5b..7285c53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,12 @@
 /.manifest
 /GIT-VERSION-FILE
-/ChangeLog
 /LATEST
-/NEWS
+/NEWS*
 /.config
 /InstalledFiles
 /doc
 /man
 /pkg
 /local.mk
+*_1
+*_5
diff --git a/GNUmakefile b/GNUmakefile
index a0d87cc..d3dc96d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,9 +1,9 @@
 all::
 RSYNC_DEST := bogomips.org:/srv/bogomips/wrongdoc
-rfproject := rainbows
 rfpackage := wrongdoc
+PLACEHOLDERS := wrongdoc_1 dotwrongdoc_5
+$(PLACEHOLDERS): html
 include pkg.mk
-WRONGDOC := $(RUBY) -I lib bin/wrongdoc
 
 man1_paths := $(addprefix man/man1/, wrongdoc.1)
 man5_paths := $(addprefix man/man5/, dotwrongdoc.5)
diff --git a/dotwrongdoc_5 b/dotwrongdoc_5
deleted file mode 100644
index e69de29..0000000
--- a/dotwrongdoc_5
+++ /dev/null
diff --git a/wrongdoc_1 b/wrongdoc_1
deleted file mode 100644
index e69de29..0000000
--- a/wrongdoc_1
+++ /dev/null