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