about summary refs log tree commit diff stats
path: root/docs/templates.txt
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-10-05 17:13:47 -0400
committerCharadon <dev@iotib.net>2022-10-05 17:13:47 -0400
commit73733275044257f26d5e6cb01af739835482e737 (patch)
tree3b6d6dcf33bed20e6f19a882f736d41946273122 /docs/templates.txt
parentf60854800d6f8d8ddff9afe35b9c098d7b4dd3ba (diff)
downloaddscip-73733275044257f26d5e6cb01af739835482e737.tar.gz
Remove old docs/ folder, as the GNU Info manual has already surpassed it.
Diffstat (limited to 'docs/templates.txt')
-rw-r--r--docs/templates.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
deleted file mode 100644
index c28aecc..0000000
--- a/docs/templates.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-In the setup script, you can specify a directory that contains templates.
-
-This directory can contain:
-pre.sh
-post.sh
-build.sh
-failed.sh
-config.sh
-
-This can be helpful if you have multiple projects that build pretty much
-exactly the same. Or are extremely similar and only require small
-modifications, rather than writing the entire scripts from scratch.
-
-When using the setup.sh script, you can specify the directory by using
--t /path/to/templates. A template directory looks like this:
-
-templates/
-├── build.sh
-├── failed.sh
-├── post.sh
-├── config.sh
-└── pre.sh