summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/makeglossaries.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/makeglossaries.yaml')
-rw-r--r--support/arara/scripts/rules/makeglossaries.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/makeglossaries.yaml b/support/arara/scripts/rules/makeglossaries.yaml
index 861330045e..7cb47cc5df 100644
--- a/support/arara/scripts/rules/makeglossaries.yaml
+++ b/support/arara/scripts/rules/makeglossaries.yaml
@@ -14,7 +14,8 @@ commands:
@{
if (isEmpty(clean))
{
- return getCommand('makeglossaries', options, getBasename(reference));
+ return getCommand('makeglossaries', options,
+ getBasename(reference.getName()));
}
else {
prefix = [];