diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-22 12:55:54 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-22 12:55:54 -0700 |
commit | 05d0a14a2eaf6054d304c153dc9035eaca8039b2 (patch) | |
tree | 790d0e11ea43da636709100009ed59c93170cfc8 /host/docs/CMakeLists.txt | |
parent | e5248746f66829c0bd899bcde5c15970fdda785d (diff) | |
download | uhd-05d0a14a2eaf6054d304c153dc9035eaca8039b2.tar.gz uhd-05d0a14a2eaf6054d304c153dc9035eaca8039b2.tar.bz2 uhd-05d0a14a2eaf6054d304c153dc9035eaca8039b2.zip |
pulled in some dboard docs and fixes
Diffstat (limited to 'host/docs/CMakeLists.txt')
-rw-r--r-- | host/docs/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt index 1bbd52fee..61eede8b7 100644 --- a/host/docs/CMakeLists.txt +++ b/host/docs/CMakeLists.txt @@ -22,6 +22,7 @@ SET(manual_sources index.rst build.rst coding.rst + dboards.rst usrp2.rst ) @@ -38,8 +39,9 @@ ELSE(${RST2HTML} STREQUAL "RST2HTML-NOTFOUND") MESSAGE(STATUS " Enabled generation of HTML manual.") #setup rst2html options + SET(stylesheet ${CMAKE_CURRENT_SOURCE_DIR}/style.css) SET(rst2html_options - --stylesheet=${CMAKE_CURRENT_SOURCE_DIR}/style.css + --stylesheet=${stylesheet} --no-toc-backlinks --date --time ) |