aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2021-11-30 22:48:07 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2021-11-30 23:15:10 +0000
commit28ae862c37f6874ba77e2f12642d286ac1ce7d9d (patch)
tree34c4b15ccb7a35cfeae52e967d0e05886f3579ed
parent2957dddc9764713136fe453f6ef061d503ccc55d (diff)
downloadwaffle-28ae862c37f6874ba77e2f12642d286ac1ce7d9d.tar.gz
man: meson: add all dependencies
Add all author entries, otherwise meson will not flag a rebuild when they are updated. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--man/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index a58a5d6..8af5fed 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -25,9 +25,11 @@
files_man_common = files(
'common/author-chad.versace.xml',
+ 'common/author-emil.velikov.xml',
+ 'common/author-jordan.l.justen.xml',
'common/copyright.xml',
- 'common/issues.xml',
'common/error-codes.xml',
+ 'common/issues.xml',
'common/legalnotice.xml',
'common/return-value.xml',
)