From 3e0adc9a60571ca3a5b0d29c138b62b235ffa402 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sun, 17 Oct 2010 09:23:18 +0000 Subject: [PATCH] makefile fix for css git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@260 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7a56c7..f08091f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ MANIFEST: WEBDIR=$$HOME/Site/unixuser.org/python/$(PACKAGE) publish: - $(CP) docs/*.html docs/*.png $(WEBDIR) + $(CP) docs/*.html docs/*.png docs/*.css $(WEBDIR) CONV_CMAP=$(PYTHON) tools/conv_cmap.py CMAPSRC=cmaprsrc