diff --git a/Makefile b/Makefile index 9f81b91..d7a56c7 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,12 @@ pack: distclean MANIFEST $(PYTHON) setup.py sdist register: distclean MANIFEST $(PYTHON) setup.py sdist upload register +MANIFEST: + $(GIT) ls-tree --name-only -r HEAD > MANIFEST WEBDIR=$$HOME/Site/unixuser.org/python/$(PACKAGE) publish: - $(CP) docs/*.html $(WEBDIR) + $(CP) docs/*.html docs/*.png $(WEBDIR) CONV_CMAP=$(PYTHON) tools/conv_cmap.py CMAPSRC=cmaprsrc @@ -50,6 +52,3 @@ test: cmap cd samples && $(MAKE) test CMP=cmp test_clean: -cd samples && $(MAKE) clean - -MANIFEST: - $(GIT) ls-tree --name-only -r HEAD > MANIFEST diff --git a/docs/index.html b/docs/index.html index 12438d1..82a756c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Aug 29 06:43:25 UTC 2010 +Last Modified: Wed Sep 8 23:20:00 UTC 2010
@@ -389,6 +389,7 @@ Also, check out a more complete

Changes