mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
make clean should take tex files and pdfs too.
This commit is contained in:
parent
1fa54e3ec4
commit
32e985eab7
@ -113,8 +113,8 @@ pdf: $(PDF)
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
clean-latex:
|
clean-latex:
|
||||||
rm -f *.log *.out *.aux *.toc
|
rm -f *.log *.out *.aux *.toc *.tex
|
||||||
|
|
||||||
clean: clean-latex
|
clean: clean-latex
|
||||||
rm -f $(OUTPUTS) README.mdwn INSTALL.mdwn TODO.mdwn COPYING.mdwn \
|
rm -f $(OUTPUTS) README.mdwn INSTALL.mdwn TODO.mdwn COPYING.mdwn \
|
||||||
copyright_notice0? \#*\# ../TODO oneline.txt
|
copyright_notice0? \#*\# ../TODO oneline.txt *.pdf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user