From 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 5 Oct 2018 19:26:15 -0400 Subject: manifest-format: convert to markdown The gitiles system doesn't render .txt files, so convert this to .md for better display online. Change-Id: Ie12e46daf008dd8c97ae2ffd21fb68bd948fe625 --- subcmds/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/manifest.py') diff --git a/subcmds/manifest.py b/subcmds/manifest.py index 5ceeb12f..4a5228ba 100644 --- a/subcmds/manifest.py +++ b/subcmds/manifest.py @@ -39,7 +39,7 @@ in a Git repository for use during future 'repo init' invocations. helptext = self._helpDescription + '\n' r = os.path.dirname(__file__) r = os.path.dirname(r) - fd = open(os.path.join(r, 'docs', 'manifest-format.txt')) + fd = open(os.path.join(r, 'docs', 'manifest-format.md')) for line in fd: helptext += line fd.close() -- cgit v1.2.3-54-g00ecf