From e284a92750538653b0c9824ee035a8e0992ebb05 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 12 Dec 2022 18:20:57 +0100 Subject: tutorial: Use rules-cc from public Git repository --- doc/tutorial/target-file-glob-tree.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tutorial/target-file-glob-tree.org') diff --git a/doc/tutorial/target-file-glob-tree.org b/doc/tutorial/target-file-glob-tree.org index 486bbd16..0337c558 100644 --- a/doc/tutorial/target-file-glob-tree.org +++ b/doc/tutorial/target-file-glob-tree.org @@ -23,7 +23,7 @@ with the following content. #+BEGIN_SRC js { "main": "units" , "repositories": - { "just-rules":{ /* ... unchanged ... */ } + { "rules-cc":{ /* ... unchanged ... */ } , "import targets": {"repository": {"type": "file", "path": "."}} , "patches": {"repository": {"type": "file", "path": "files"}} , "units": @@ -35,7 +35,7 @@ with the following content. } , "target_root": "import targets" , "target_file_name": "TARGETS.units" - , "bindings": {"rules": "just-rules", "patches": "patches"} + , "bindings": {"rules": "rules-cc", "patches": "patches"} } } } -- cgit v1.2.3