1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Remove google webfont embeds in documentation
Author: Harlan Lieberman-Berg <hlieberman@debian.org>
Forwarded: not-neededIndex: nanomsg/CMakeLists.txt
===================================================================
Index: nanomsg/CMakeLists.txt
===================================================================
--- nanomsg.orig/CMakeLists.txt
+++ nanomsg/CMakeLists.txt
@@ -299,7 +299,7 @@ if (NN_ENABLE_DOC)
set (NN_STYLESHEET ${NN_DOCDIR}/stylesheet.css)
set (NN_TITLE ${PROJECT_NAME} ${NN_PACKAGE_VERSION})
set (NN_A2M ${ASCIIDOCTOR_EXE} -b manpage -amanmanual='${NN_TITLE}')
- set (NN_A2H ${ASCIIDOCTOR_EXE} -d manpage -b html5 -a stylesheeet=${NN_STYLESHEET} -aversion-label=${PROJECT_NAME} -arevnumber=${NN_PACKAGE_VERSION})
+ set (NN_A2H ${ASCIIDOCTOR_EXE} -d manpage -b html5 -a stylesheeet=${NN_STYLESHEET} -aversion-label=${PROJECT_NAME} -arevnumber=${NN_PACKAGE_VERSION} -awebfonts!)
macro (add_libnanomsg_man NAME SECT)
add_custom_command (
|