From 11885cc15eb6fb2da53220e6481679342fc01f86 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Wed, 22 Jul 2009 22:53:18 +0000 Subject: [PATCH] move docs git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@123 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 2 +- README.txt | 1 + README.html => docs/index.html | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README.txt rename README.html => docs/index.html (100%) diff --git a/Makefile b/Makefile index 68a1fa7..89b36c3 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,4 @@ dist/$(DISTFILE): clean WEBDIR=$$HOME/Site/unixuser.org/python/$(PACKAGE) publish: dist/$(DISTFILE) $(CP) dist/$(DISTFILE) $(WEBDIR) - $(CP) README.html $(WEBDIR)/index.html + $(CP) docs/*.html $(WEBDIR)/index.html diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..f12c801 --- /dev/null +++ b/README.txt @@ -0,0 +1 @@ +See docs/index.html diff --git a/README.html b/docs/index.html similarity index 100% rename from README.html rename to docs/index.html