From c0f9371b48962b32635d8ed4adcdb30a3728c8ef Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Wed, 6 May 2020 22:35:28 +0100
Subject: Corrected latex citation of sip_tpv program (no more \ before _)

Until now there we had manually inserted a `\' before the `_' of sip_tpv
program. However, we also recently added a step in the configure script to
add a `\' before every `_' when writing the final LaTeX macro. This was
because some C compilers (when the host's is used) have an `_' in their
version that we had no control over.

With this commit, the `\' is removed from `sip_tpv' in its build-rule and
we let the backslash be inserted automatically.
---
 reproduce/software/make/python.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'reproduce/software/make')

diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk
index 7537275..8aa6ec8 100644
--- a/reproduce/software/make/python.mk
+++ b/reproduce/software/make/python.mk
@@ -705,7 +705,7 @@ $(ipydir)/sip_tpv: $(ipydir)/sympy \
                    $(tdir)/sip_tpv-$(sip_tpv-version).tar.gz
 	$(call pybuild, tar xf, sip_tpv-$(sip_tpv-version), ,) \
 	&& cp $(dtexdir)/sip_tpv.tex $(ictdir)/ \
-	&& echo "sip\_tpv $(sip_tpv-version) \citep{sip-tpv}" > $@
+	&& echo "sip_tpv $(sip_tpv-version) \citep{sip-tpv}" > $@
 
 
 $(ipydir)/six: $(ipydir)/setuptools \
-- 
cgit v1.2.1