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/architecture/fetched_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/tocs/architecture/fetched_files.yml') diff --git a/content/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml index 8d36057..80fb3e9 100644 --- a/content/tocs/architecture/fetched_files.yml +++ b/content/tocs/architecture/fetched_files.yml @@ -51,7 +51,7 @@ repositories: - source: agl_spec_v1.0_final.pdf - - git_name : "%project_source%/docs-agl" + git_name : "automotive-grade-linux/docs-sources" src_prefix : docs/security-blueprint dst_prefix: security documents: -- cgit