diff options
author | Bogdan Radulescu <bogdan@nimblex.net> | 2018-02-03 13:30:58 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-02-03 13:30:58 +0100 |
commit | 3c177dbe3b93dc9a5db27f9b53417a28a1ead6ad (patch) | |
tree | f25c24b0d2127d0dc750e53e669e4d5c2e071116 /gr-fec/CMakeLists.txt | |
parent | a0adcd3347c7ffd6ef3c42ce7705a23978774d3b (diff) |
Rename subdir doc to docs where appropriate
This makes the subdir naming consistent across modules.
Diffstat (limited to 'gr-fec/CMakeLists.txt')
-rw-r--r-- | gr-fec/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/CMakeLists.txt b/gr-fec/CMakeLists.txt index cc96cda6e3..a3da385255 100644 --- a/gr-fec/CMakeLists.txt +++ b/gr-fec/CMakeLists.txt @@ -96,7 +96,7 @@ if(ENABLE_PYTHON) add_subdirectory(grc) endif(ENABLE_PYTHON) add_subdirectory(examples) -add_subdirectory(doc) +add_subdirectory(docs) add_subdirectory(ldpc_alist) add_subdirectory(apps) |