We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f033cfa commit 6869171Copy full SHA for 6869171
docs/soar_manual/build.sh
@@ -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.
3
mkdir output
4
5
pandoc \
@@ -17,5 +19,5 @@ pandoc \
17
19
docs/soar_manual/07_EpisodicMemory.md \
18
20
docs/soar_manual/08_SpatialVisualSystem.md \
21
docs/soar_manual/09_SoarUserInterface.md \
- docs/reference/cli/* \
- -o output/SoarManual.pdf
22
+ docs/reference/cli/*.md \
23
+ -o output/SoarManual.pdf
0 commit comments