mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
In the Makefile generated by LaTeX output, do not delete pdf files
on clean; they might be required images.
This commit is contained in:
parent
644e157fa5
commit
2e5bb8136a
3
CHANGES
3
CHANGES
@ -1,6 +1,9 @@
|
||||
Release 1.0.5 (in development)
|
||||
==============================
|
||||
|
||||
* In the Makefile generated by LaTeX output, do not delete pdf files
|
||||
on clean; they might be required images.
|
||||
|
||||
* #535: Fix LaTeX output generated for line blocks.
|
||||
|
||||
* #544: Allow ``.pyw`` as a source file extension.
|
||||
|
@ -49,8 +49,7 @@ bz2: tar
|
||||
pdflatex $(LATEXOPTS) '$<'
|
||||
|
||||
clean:
|
||||
rm -f *.pdf *.dvi *.ps
|
||||
rm -f *.log *.ind *.aux *.toc *.syn *.idx *.out *.ilg *.pla
|
||||
rm -f *.dvi *.log *.ind *.aux *.toc *.syn *.idx *.out *.ilg *.pla
|
||||
|
||||
.PHONY: all all-pdf all-dvi all-ps clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user