summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lonjaret2008-08-21 20:02:10 +0200
committerMathieu Lonjaret2008-08-21 20:02:10 +0200
commitc4f34d6d9169f160cc992c4173575d8d818c5e2b (patch)
tree5dfcf88f288ab5f887fd199c3b1f9daf638a26d1
parent3a75fb87320f93b1721f26542bb5d605611204a0 (diff)
thinkcs-python: better fix for bug 12213. ghostscript dependency.
-rwxr-xr-xdoc/thinkcs-python/BUILD3
-rwxr-xr-xdoc/thinkcs-python/DEPENDS5
-rw-r--r--doc/thinkcs-python/HISTORY5
-rwxr-xr-xdoc/thinkcs-python/PRE_BUILD5
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/thinkcs-python/BUILD b/doc/thinkcs-python/BUILD
index bec3b1a139..7aad8f7421 100755
--- a/doc/thinkcs-python/BUILD
+++ b/doc/thinkcs-python/BUILD
@@ -1,2 +1 @@
-make &&
-unlink ${INSTALL_ROOT}/usr/share/texmf/tex/latex/graphics/psfig.sty \ No newline at end of file
+make \ No newline at end of file
diff --git a/doc/thinkcs-python/DEPENDS b/doc/thinkcs-python/DEPENDS
index 9c1597792c..7d30347456 100755
--- a/doc/thinkcs-python/DEPENDS
+++ b/doc/thinkcs-python/DEPENDS
@@ -1,2 +1,3 @@
-depends tetex &&
-depends tetex-texmf
+depends tetex &&
+depends ghostscript &&
+depends psfig
diff --git a/doc/thinkcs-python/HISTORY b/doc/thinkcs-python/HISTORY
index 031ddf56eb..7b62b7749a 100644
--- a/doc/thinkcs-python/HISTORY
+++ b/doc/thinkcs-python/HISTORY
@@ -1,3 +1,8 @@
+2008-08-21 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * BUILD, DEPENDS, PRE_BUILD: now using psfig pseudo spell to fix
+ #12213.
+ * DEPENDS: ghostscript for ps2pdf.
+
2008-08-19 Mathieu Lonjaret <lejatorn@sourcemage.org>
* DEPENDS, PRE_BUILD, BUILD: symlink hack to fix #12213
* INSTALL: formating
diff --git a/doc/thinkcs-python/PRE_BUILD b/doc/thinkcs-python/PRE_BUILD
index de97030721..55399204c8 100755
--- a/doc/thinkcs-python/PRE_BUILD
+++ b/doc/thinkcs-python/PRE_BUILD
@@ -1,7 +1,4 @@
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack_file &&
-mv tex/* . &&
-cd ${INSTALL_ROOT}/usr/share/texmf/tex/latex/graphics &&
-ln -s epsfig.sty psfig.sty &&
-cd $SOURCE_DIRECTORY
+mv tex/* .