Loading doc/Makefile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -118,8 +118,11 @@ html devhelp: templates sessions $(SPHINXBUILD) -b $@ $(ALLSPHINXOPTS) "$(BUILDDIR)/$@" \ $(SPHINXBUILD) -b $@ $(ALLSPHINXOPTS) "$(BUILDDIR)/$@" \ $(wildcard source/*.rst) \ $(wildcard source/*.rst) \ $(wildcard source/tutorial/*.rst) \ $(wildcard source/tutorial/*.rst) \ $(wildcard source/advanced-features/*.rst) \ $(wildcard source/examples/*.rst) \ $(wildcard source/examples/*.rst) \ $(wildcard source/elements/*.rst) \ $(wildcard source/elements/*.rst) \ $(wildcard source/sources/*.rst) $(wildcard source/sources/*.rst) @echo @echo @echo "Build of $@ finished, output: $(CURDIR)/$(BUILDDIR)/$@" @echo "Build of $@ finished, output: $(CURDIR)/$(BUILDDIR)/$@" # Makefile for Sphinx documentation # doc/examples/junctions/elements/callHello.bst 0 → 100644 +9 −0 Original line number Original line Diff line number Diff line kind: import sources: - kind: local path: files/callHello.sh depends: - filename: hello.bst junction: hello-junction.bst doc/examples/junctions/elements/hello-junction.bst 0 → 100644 +8 −0 Original line number Original line Diff line number Diff line kind: junction # Specify the source of the BuildStream project # We are going to use the autotools examples distributed with BuildStream in the # doc/examples/autotools directory sources: - kind: local path: ../autotools doc/examples/junctions/files/callHello.sh 0 → 100644 +3 −0 Original line number Original line Diff line number Diff line #!/bin/sh echo "Calling hello:" hello doc/examples/junctions/project.conf 0 → 100644 +8 −0 Original line number Original line Diff line number Diff line # Unique project name name: junctions # Required BuildStream format version format-version: 9 # Subdirectory where elements are stored element-path: elements Loading
doc/Makefile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -118,8 +118,11 @@ html devhelp: templates sessions $(SPHINXBUILD) -b $@ $(ALLSPHINXOPTS) "$(BUILDDIR)/$@" \ $(SPHINXBUILD) -b $@ $(ALLSPHINXOPTS) "$(BUILDDIR)/$@" \ $(wildcard source/*.rst) \ $(wildcard source/*.rst) \ $(wildcard source/tutorial/*.rst) \ $(wildcard source/tutorial/*.rst) \ $(wildcard source/advanced-features/*.rst) \ $(wildcard source/examples/*.rst) \ $(wildcard source/examples/*.rst) \ $(wildcard source/elements/*.rst) \ $(wildcard source/elements/*.rst) \ $(wildcard source/sources/*.rst) $(wildcard source/sources/*.rst) @echo @echo @echo "Build of $@ finished, output: $(CURDIR)/$(BUILDDIR)/$@" @echo "Build of $@ finished, output: $(CURDIR)/$(BUILDDIR)/$@" # Makefile for Sphinx documentation #
doc/examples/junctions/elements/callHello.bst 0 → 100644 +9 −0 Original line number Original line Diff line number Diff line kind: import sources: - kind: local path: files/callHello.sh depends: - filename: hello.bst junction: hello-junction.bst
doc/examples/junctions/elements/hello-junction.bst 0 → 100644 +8 −0 Original line number Original line Diff line number Diff line kind: junction # Specify the source of the BuildStream project # We are going to use the autotools examples distributed with BuildStream in the # doc/examples/autotools directory sources: - kind: local path: ../autotools
doc/examples/junctions/files/callHello.sh 0 → 100644 +3 −0 Original line number Original line Diff line number Diff line #!/bin/sh echo "Calling hello:" hello
doc/examples/junctions/project.conf 0 → 100644 +8 −0 Original line number Original line Diff line number Diff line # Unique project name name: junctions # Required BuildStream format version format-version: 9 # Subdirectory where elements are stored element-path: elements