diff options
| author | georg.brandl <devnull@localhost> | 2008-09-21 08:22:55 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-09-21 08:22:55 +0000 |
| commit | 5b85fa31436c01f7b976865af3a035502487985c (patch) | |
| tree | cb5299f9b665aab72b06c868f12e3011d812e08f | |
| parent | 0f26fd7f76d84d4263ed3d63722fbf622abb9056 (diff) | |
| download | sphinx-5b85fa31436c01f7b976865af3a035502487985c.tar.gz | |
One more fix.
| -rw-r--r-- | sphinx/texinputs/Makefile | 2 |
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) |
