--- gr-audio/doc/CMakeLists.txt.orig	2016-09-02 04:16:12 UTC
+++ gr-audio/doc/CMakeLists.txt
@@ -17,7 +17,9 @@
 # the Free Software Foundation, Inc., 51 Franklin Street,
 # Boston, MA 02110-1301, USA.
 
+if(ENABLE_DOCS)
 install(
     FILES README.audio
     DESTINATION ${GR_PKG_DOC_DIR}
 )
+endif(ENABLE_DOCS)
