Package: python-sphinx
Version: 0.4.2-1
Severity: normal
File: /usr/share/pyshared/sphinx/texinputs/Makefile
Tags: patch
This is the immediate fix, but really it should use $(addsuffix) as
done for ALLPDF and ALLDVI.
diff -ud /usr/share/pyshared/sphinx/texinputs/Makefile
/tmp/buffer-content-2361UJR
--- /usr/share/pyshared/sphinx/texinputs/Makefile 2008-06-27
05:15:43.000000000 +1000
+++ /tmp/buffer-content-2361UJR 2008-10-29 13:08:25.285062417 +1100
@@ -11,7 +11,7 @@
all-pdf: $(ALLPDF)
all-dvi: $(ALLDVI)
all-ps: all-dvi
- for f in *.dvi; do dvips $f; done
+ for f in *.dvi; do dvips $$f; done
zip: all-$(FMT)
mkdir $(ARCHIVEPREFIX)docs-$(FMT)
Diff finished. Wed Oct 29 13:08:25 2008
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-sphinx depends on:
ii libjs-jquery 1.2.6-1 JavaScript library for dynamic web
ii python 2.5.2-2 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python-docutils 0.5-2 Utilities for the documentation of
ii python-jinja 1.2-2 small but fast and easy to use sta
ii python-pygments 0.10-1 syntax highlighting package writte
python-sphinx recommends no packages.
python-sphinx suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]