A small stand-alone series of doc infrastructure fixes. 5/6 fixes an interesting bug that's been missed since doc-diff was introduced. Ævar Arnfjörð Bjarmason (5): Documentation/Makefile: make $(wildcard howto/*.txt) a var Documentation/Makefile: make $(wildcard <doc deps>) a var doc lint: Perl "strict" and "warnings" in lint-gitlink.perl doc lint: fix bugs in, simplify and improve lint script doc lint: lint and fix missing "GIT" end sections Documentation/Makefile | 31 +++++++-- Documentation/git-credential.txt | 4 ++ Documentation/git-p4.txt | 4 ++ Documentation/gitnamespaces.txt | 4 ++ Documentation/lint-gitlink.perl | 110 +++++++++++++++---------------- Documentation/lint-man-txt.perl | 24 +++++++ 6 files changed, 116 insertions(+), 61 deletions(-) create mode 100755 Documentation/lint-man-txt.perl -- 2.31.0.419.gfc6e4cae13