From f0e40ed5a98495c7beba475c552cd449c9ee3498 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Wed, 17 Oct 2018 15:50:18 +0200 Subject: docs-agl conformity: make it working as docs-agl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makefile: - add rules to clone doctools - add dependencies on doctools for each rule - add distclean rule to remove doctools repo docs.json: - add doctools section with url and version fetch.yml: - change fetching for former docs-agl source, it is now in docs-source repo Change-Id: I0f9c5c8b3cbf46cfd280f9db7fbe80a925460062 Signed-off-by: Clément Bénier --- content/tocs/getting_started/fetched_files.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/tocs/getting_started') diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index 0273923..0819215 100644 --- a/content/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml @@ -23,7 +23,7 @@ # ------------------------------------ # url: "GERRIT_FETCH" # git_commit: "master" -# repositories: +# repositories: # - # git_name: src/foo # src_prefix: docs @@ -42,9 +42,9 @@ url_edit : "AGL_GITHUB_EDIT" git_commit : "AGL_GITHUB_BRANCH" #dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) -repositories: -- - git_name : "%project_source%/docs-agl" +repositories: +- + git_name : "automotive-grade-linux/docs-sources" src_prefix : docs/getting-started documents : - source: source-code.md -- cgit 1.2.3-korg