Skip to content
Snippets Groups Projects
Commit be35597a authored by Patrick Connor's avatar Patrick Connor
Browse files

improving cleaning commands

parent d8697041
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ sub run_makeglossaries {
push @generated_exts, 'glo', 'gls', 'glg';
push @generated_exts, 'acn', 'acr', 'alg';
$clean_ext .= ' %R.ist %R.xdy';
# INDEX
......@@ -32,3 +31,8 @@ add_cus_dep("nlo", "nls", 0, "nlo2nls");
sub nlo2nls {
system("makeindex $_[0].nlo -s nomencl.ist -o $_[0].nls -t $_[0].nlg");
}
# CLEANING UP
$clean_ext .= ' %R.ist %R.xdy %R.bbl %R.d %R.nav %R.run.xml %R.snm'
......@@ -20,7 +20,7 @@ double:
mostlyclean:
@latexmk -silent -outdir=$(OUT) -c
clean: mostlyclean
@rm -f $(OUT)/*
clean:
@latexmk -silent -outdir=$(OUT) -C
.PHONY: all clean mostlyclean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment