diff options
Diffstat (limited to 'doc/tutorial/target-file-glob-tree.org')
-rw-r--r-- | doc/tutorial/target-file-glob-tree.org | 4 |
1 files changed, 2 insertions, 2 deletions
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"} } } } |