summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 3 insertions, 0 deletions
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)