aboutsummaryrefslogtreecommitdiffstats
path: root/english/security/Makefile
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2023-10-16 19:05:36 +0200
committerThomas Lange <lange@debian.org>2023-10-16 19:05:36 +0200
commit4de24005fcc20652253dfe8e69541cd2397c5557 (patch)
treef975dac04ee05ab21c82c5bc50ba48e2d9e5322a /english/security/Makefile
parent03c7fbc9a2efd7c9ef43919d1f68e39a6bcdd83c (diff)
call make-ref-table.pl inside the correct directory
I hope that fix fixes problems to generate security/crossreferences
Diffstat (limited to 'english/security/Makefile')
-rw-r--r--english/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/security/Makefile b/english/security/Makefile
index d1bda4969f1..41570537334 100644
--- a/english/security/Makefile
+++ b/english/security/Makefile
@@ -51,7 +51,7 @@ faq.$(LANGUAGE).html: faq.wml \
$(ENGLISHSRCDIR)/security/faq.inc $(GETTEXTDEP)
$(ENGLISHSRCDIR)/security/ref-table.inc: $(ENGLISHSRCDIR)/security/make-ref-table.pl $(sort $(wildcard $(ENGLISHSRCDIR)/security/*/*.data))
- perl $(ENGLISHSRCDIR)/security/make-ref-table.pl -p -a >$(ENGLISHSRCDIR)/security/ref-table.inc
+ cd $(ENGLISHSRCDIR)/security && perl make-ref-table.pl -p -a >$(ENGLISHSRCDIR)/security/ref-table.inc
crossreferences.$(LANGUAGE).html:: $(ENGLISHSRCDIR)/security/ref-table.inc \
$(ENGLISHDIR)/template/debian/securityreferences.wml

© 2014-2024 Faster IT GmbH | imprint | privacy policy