[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:59 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 982271a82b4e9cd1bd8c159bcaae24f143ea1b80
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Mon Mar 5 13:34:55 2012 +0100
fix: parallel build for doc ((tr 410, patch by Bernhard R. Link)
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e64b1f5..3f3d199 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -183,17 +183,17 @@ usercard.ps: usercard.dvi
# texinfo targets
#
manual.tex: ${MANUAL_FILES} doc2tex.pl ${SINGULAR} singular.doc $(STANDALONE_TEXI_FILES)
- ${DOC2TEX} -no_fun -o manual.tex singular.doc
+ +${DOC2TEX} -no_fun -o manual.tex singular.doc
singular.tex: ${MANUAL_FILES} doc2tex.pl ${LIB_TEX_FILES} ${SINGULAR} ${LIBPARSE} singular.doc $(STANDALONE_TEXI_FILES)
- ${DOC2TEX} -o singular.tex singular.doc
+ +${DOC2TEX} -o singular.tex singular.doc
#pattern rule for tex files
%_noEx.tex : %.doc doc2tex.pl ${SINGULAR}
- ${DOC2TEX} -o $@ -no_ex $<
+ +${DOC2TEX} -o $@ -no_ex $<
%.tex: %.doc doc2tex.pl ${SINGULAR}
- ${DOC2TEX} -o $@ $<
+ +${DOC2TEX} -o $@ $<
# pattern rules for lib docus
${DOC_SUBDIR}/%_lib.pl : ${SINGULAR_LIB_DIR}/%.lib ${LIBPARSE}
--
an open source computer algebra system
More information about the debian-science-commits
mailing list