]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
Documentation: make it easier to maintain enumerated documents
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 17:04:32 +0000 (09:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 17:04:32 +0000 (09:04 -0800)
commit43cc5ce9eaa96a4aa93e089a38e0ee1dc732df5c
tree629190eb6be340bf7a50c4852c74b31601440a74
parent586aa7863141ad07fd6eb45349a3cb62fdcd28ea
Documentation: make it easier to maintain enumerated documents

Instead of starting an enumeration of documents with a DOC = doc1
followed by DOC += doc2, DOC += doc3, ..., empty it with "DOC =" at
the beginning and consistently add them with "DOC += ...".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile