summaryrefslogtreecommitdiff
path: root/doc/examples/junction-includes/elements/hello.bst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/junction-includes/elements/hello.bst')
-rw-r--r--doc/examples/junction-includes/elements/hello.bst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/examples/junction-includes/elements/hello.bst b/doc/examples/junction-includes/elements/hello.bst
new file mode 100644
index 000000000..bdfd1f051
--- /dev/null
+++ b/doc/examples/junction-includes/elements/hello.bst
@@ -0,0 +1,23 @@
+kind: autotools
+description: |
+
+ Hello world example from automake
+
+variables:
+
+ # The special paths.bst from our subproject is used to
+ # define the paths of some elements in this project.
+ #
+ (@): subproject-junction.bst:include/paths.bst
+
+ # The hello world example lives in the doc/amhello folder.
+ command-subdir: doc/amhello
+
+sources:
+- kind: tar
+ url: gnu:automake-1.16.tar.gz
+ ref: 80da43bb5665596ee389e6d8b64b4f122ea4b92a685b1dbd813cd1f0e0c2d83f
+
+depends:
+ - filename: base.bst
+ junction: subproject-junction.bst