Skip to content

Commit

Permalink
Merge pull request #702 from svillemot/dev
Browse files Browse the repository at this point in the history
Properly clean after ParU PDF user guide compilation
  • Loading branch information
DrTimothyAldenDavis authored Jan 5, 2024
2 parents cd86f3f + f05caf3 commit edcf64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ParU/Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ paru_user_guide.pdf: paru_user_guide.tex paru_user_guide.bib Makefile paru_versi
bibtex paru_user_guide
pdflatex --shell-escape paru_user_guide.tex
pdflatex --shell-escape paru_user_guide.tex
- $(RM) -r $(PURGE) *.out _minted-paru_*
- $(RM) -r $(PURGE) *.out *.aux *.log *.bbl *.blg _minted-paru_*

distclean: purge

clean:
- $(RM) -r $(CLEAN)

purge: clean
- $(RM) -r $(PURGE) *.out _minted-paru_*
- $(RM) -r $(PURGE) *.out *.aux *.log *.bbl *.blg _minted-paru_*

0 comments on commit edcf64b

Please sign in to comment.