Update build utils

This commit is contained in:
Samuel Ortion 2024-04-18 12:48:49 +02:00
parent 25cf96e485
commit 3264b79469
Signed by: sortion
GPG Key ID: 9B02406F8C4FB765
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sub createFolderStructure{
system("bash ./folder-structure.sh");
}
createFolderStructure();
# createFolderStructure();
$hash_calc_ignore_pattern{aux} =
'^\\\\gdef\\\\minted@oldcachelist\{,'

View File

@ -16,4 +16,6 @@ bib:
glossaries:
makeglossaries -d build $(SOURCE)
index:
makeindex -d build $(SOURCE)
.PHONY: build