about summary refs log tree commit homepage
path: root/doc.mk
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-04-05 22:08:41 +0000
committerEric Wong <normalperson@yhbt.net>2013-04-05 22:40:51 +0000
commitc5fab448d4260594a876a2d29339156e45bfd379 (patch)
treec3cfa6069cddf2535ad1fe92cdf3a0f611e13351 /doc.mk
parent7f87cbc2e5289f328c3278a991519068d8747374 (diff)
downloadmahoro-c5fab448d4260594a876a2d29339156e45bfd379.tar.gz
tree reorganization + various maint fixes v0.4
Using an ext/ directory is easier to grok for RubyGems
Diffstat (limited to 'doc.mk')
-rw-r--r--doc.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc.mk b/doc.mk
deleted file mode 100644
index 2480585..0000000
--- a/doc.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-all::
-
-.ri/created.rid: mahoro.c lib/mahoro/thread_safe.rb
-        rdoc --ri -o $(@D) $^
-
-order =
-order += Mahoro
-order += Mahoro.new
-order += Mahoro\#file
-order += Mahoro\#buffer
-order += Mahoro\#flags=
-order += Mahoro\#valid?
-order += Mahoro\#compile
-order += Mahoro.compile
-order += Mahoro::ThreadSafe
-
-mahoro.txt: .ri/created.rid
-        ( \
-                for i in $(order); \
-                do \
-                        ri --no-standard-docs -T -d .ri -w 80 "$$i" \
-                                | col -b \
-                                | grep -vF $(CURDIR)/.ri; \
-                done \
-        ) > $@
-
-all:: mahoro.txt