summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-10-03 18:31:27 +0100
committerReuben Thomas <rrt@sc3d.org>2010-10-03 18:31:27 +0100
commit0585eac16a9b9054b1e0e03d87c547e26edec461 (patch)
tree529a9f2dd4876429116901c460753efe1d5321c2
parent6068e9280e046a75e47a934ef167f8e72a3f96ab (diff)
downloadlrexlib-0585eac16a9b9054b1e0e03d87c547e26edec461.tar.gz
Use doc/index.txt as README.
-rw-r--r--README (renamed from doc/index.txt)0
-rw-r--r--doc/Makefile3
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/index.txt b/README
index c585a3c..c585a3c 100644
--- a/doc/index.txt
+++ b/README
diff --git a/doc/Makefile b/doc/Makefile
index bcaa3e1..965e04e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -14,5 +14,8 @@ PAGES = index.html manual.html
all: $(PAGES)
+index.txt: ../README
+ cp -a $< $@
+
clean:
rm $(PAGES)