Revision b1bd282bc3bcd11573fc064edfbab1bd65564348 authored by Mohammad Akhlaghi on 02 January 2021, 15:59:49 UTC, committed by Mohammad Akhlaghi on 02 January 2021, 15:59:49 UTC
Until now there was only a 'clean' (to delete all files created during the
'make' phase) and the 'distclean' (to delete all files during configuration
and make). But sometimes we don't want to delete all the files created
during the full 'make' phase, we only want to delete the files that were
created by LaTeX for building the paper.

Witht this commit, a new target has been added for this job. You can now
run the following command for this job:

  ./project make texclean

Only the files in '$(BDIR)/tex/build' will be deleted (and the 'tikz'
directory under that location is recreated, ready for a future build).
1 parent ff43476
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 90.9 KB
README.md -rw-r--r-- 18.8 KB
paper.tex -rw-r--r-- 14.2 KB
project -rwxr-xr-x 20.7 KB

README.md

back to top