summaryrefslogtreecommitdiff
path: root/sphinx/texinputs
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-09-21 08:22:55 +0000
committergeorg.brandl <devnull@localhost>2008-09-21 08:22:55 +0000
commit5b85fa31436c01f7b976865af3a035502487985c (patch)
treecb5299f9b665aab72b06c868f12e3011d812e08f /sphinx/texinputs
parent0f26fd7f76d84d4263ed3d63722fbf622abb9056 (diff)
downloadsphinx-5b85fa31436c01f7b976865af3a035502487985c.tar.gz
One more fix.
Diffstat (limited to 'sphinx/texinputs')
-rw-r--r--sphinx/texinputs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/texinputs/Makefile b/sphinx/texinputs/Makefile
index e3663011..b26328d0 100644
--- a/sphinx/texinputs/Makefile
+++ b/sphinx/texinputs/Makefile
@@ -11,7 +11,7 @@ all: $(ALLPDF)
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)