diff options
author | Joel Stanley <joel@jms.id.au> | 2018-11-07 12:27:18 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-11-07 12:28:51 +1030 |
commit | c7c7c866715c0a538da3d8a3aece4cecd16a5da0 (patch) | |
tree | 600305f8ca11881fe79c69d10b907d022c4e0939 | |
parent | f9ada90ea5141b6635b78a829a0a641b02a1ffc6 (diff) | |
download | openbmc-docs-c7c7c866715c0a538da3d8a3aece4cecd16a5da0.tar.gz openbmc-docs-c7c7c866715c0a538da3d8a3aece4cecd16a5da0.zip |
userguide: update path to code-update
This was moved in c4c7f4055387 ("Moved host code update to own doc") but
no one updated the makefile.
Change-Id: I2b0b3aad6d2436c9cb207a4faeff7468e54a5b2a
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | userguide/userguide.tex | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ userguide.pdf: userguide/userguide.tex $(tex) $(tflags) $^ $(tex) $(tflags) $^ -userguide/userguide.tex: rest-api.tex host-management.tex console.tex code-update.tex +userguide/userguide.tex: rest-api.tex host-management.tex console.tex code-update/code-update.tex %.tex: %.md pandoc -o $@ $^ diff --git a/userguide/userguide.tex b/userguide/userguide.tex index 85faf26..e242ef7 100644 --- a/userguide/userguide.tex +++ b/userguide/userguide.tex @@ -29,6 +29,6 @@ \input{rest-api} \input{host-management} \input{console} -\input{code-update} +\input{code-update/code-update} \end{document} |