Skip to content

Commit 6869171

Browse files
moschmdtgarfieldnate
authored andcommitted
Remove Python file from Soar manual
1 parent f033cfa commit 6869171

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/soar_manual/build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Run this file from the root directory of this repository, otherwise
2+
# the template.tex file path does not match.
13
mkdir output
24

35
pandoc \
@@ -17,5 +19,5 @@ pandoc \
1719
docs/soar_manual/07_EpisodicMemory.md \
1820
docs/soar_manual/08_SpatialVisualSystem.md \
1921
docs/soar_manual/09_SoarUserInterface.md \
20-
docs/reference/cli/* \
21-
-o output/SoarManual.pdf
22+
docs/reference/cli/*.md \
23+
-o output/SoarManual.pdf

0 commit comments

Comments
 (0)