Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information