Skip to content

Commit c4abba4

Browse files
bk2204gitster
authored andcommitted
Documentation: sort sources for gitman.texi
Sorting the sources makes it easier to compare the output using diff. In addition, it aids groups creating reproducible builds, as the order of the files is no longer dependent on the file system or other irrelevant factors. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a7e1b15 commit c4abba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ user-manual.pdf: user-manual.xml
373373

374374
gitman.texi: $(MAN_XML) cat-texi.perl
375375
$(QUIET_DB2TEXI)$(RM) $@+ $@ && \
376-
($(foreach xml,$(MAN_XML),$(DOCBOOK2X_TEXI) --encoding=UTF-8 \
376+
($(foreach xml,$(sort $(MAN_XML)),$(DOCBOOK2X_TEXI) --encoding=UTF-8 \
377377
--to-stdout $(xml) &&) true) > $@++ && \
378378
$(PERL_PATH) cat-texi.perl $@ <$@++ >$@+ && \
379379
rm $@++ && \

0 commit comments

Comments
 (0)