summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/clean.yaml
blob: c9542f7979ece67d450cc367bdebf5337ee22420 (plain)
1
2
3
4
5
6
7
8
9
10
11
!config
# Clean rule for arara
# author: Paulo Cereda
# requires arara 3.0+
identifier: clean
name: CleaningTool
command: <arara> @{remove}
arguments:
- identifier: remove
  default: <arara> @{isFalse(file == getOriginalFile(), isWindows("cmd /c del", "rm -f").concat(' "').concat(file).concat('"'))}