summaryrefslogtreecommitdiff
path: root/doc/sessions/autotools.run
blob: db2fb6319f7663463d84589c2911e601f78e1497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

commands:
# Make it fetch first
- directory: ../examples/autotools
  command: source fetch hello.bst

# Capture a `bst show` of the variables
- directory: ../examples/autotools
  output: ../source/sessions/autotools-show-variables.html
  command: show --deps none --format "%{vars}" hello.bst

# Capture a `bst build`
- directory: ../examples/autotools
  output: ../source/sessions/autotools-build.html
  command: build hello.bst

# Capture a shell output
- directory: ../examples/autotools
  output: ../source/sessions/autotools-shell.html
  command: shell hello.bst -- hello