mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
docs-xml: Sort input file list
because filesystems return entries in undeterministic order and that ends up in index.xml and influences index.html preventing reproducible builds of samba packages (e.g. for openSUSE) See https://reproducible-builds.org/ for why this matters Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Tue Jun 27 16:56:06 CEST 2017 on sn-devel-144
This commit is contained in:
parent
37db3d22e2
commit
eedebe2ef1
@ -8,7 +8,7 @@ include Makefile.settings
|
||||
|
||||
# Docs to build
|
||||
MAIN_DOCS = $(patsubst %/index.xml,%,$(wildcard */index.xml))
|
||||
MANPAGES = $(wildcard $(MANPAGEDIR)/*.?.xml)
|
||||
MANPAGES = $(sort $(wildcard $(MANPAGEDIR)/*.?.xml))
|
||||
|
||||
# Lists of files to process
|
||||
MANPAGES_PLUCKER = $(patsubst $(MANPAGEDIR)/%.xml,$(PLUCKERDIR)/%.pdb,$(MANPAGES))
|
||||
|
Loading…
Reference in New Issue
Block a user