diff --git a/Makefile b/Makefile index 60ededb..c972828 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,6 @@ WEBDIR=$$HOME/Site/unixuser.org/python/$(PACKAGE) publish: $(CP) docs/*.html $(WEBDIR) -test: - cd samples && $(MAKE) test -test_clean: - -cd samples && $(MAKE) clean - CONV_CMAP=$(PYTHON) tools/conv_cmap.py CMAPSRC=cmaprsrc CMAPDST=pdfminer/cmap @@ -53,3 +48,8 @@ $(CMAPDST)/TO_UNICODE_Adobe_Japan1.py: $(CONV_CMAP) $(CMAPDST) Adobe-Japan1 $(CMAPSRC)/cid2code_Adobe_Japan1.txt cp932 euc-jp $(CMAPDST)/TO_UNICODE_Adobe_Korea1.py: $(CONV_CMAP) $(CMAPDST) Adobe-Korea1 $(CMAPSRC)/cid2code_Adobe_Korea1.txt cp949 euc-kr + +test: cmap + cd samples && $(MAKE) all +test_clean: + -cd samples && $(MAKE) clean diff --git a/docs/index.html b/docs/index.html index 6c0abd7..aa24ddf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Jan 30 16:32:50 JST 2010 +Last Modified: Sun Jan 31 10:38:26 JST 2010
@@ -127,9 +127,8 @@ W o r l d

For East Asian languages

In order to handle East Asian languages (Chinese or Japanese, etc.), -you need to install an additional data called CMap, -which is originally distributed by Adobe. CMap is now included -in the pdfminer package, but not installed by default. +an additional data called CMap is required. +CMap files are not installed by default.

Here is the additional step you need:

@@ -347,7 +346,7 @@ no stream header is displayed for the ease of saving it to a file.
 

Changes