Dave Plater
a9a0eae95b
Remove time stamps from html pages OBS-URL: https://build.opensuse.org/request/show/487822 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad-doc?expand=0&rev=15
16 lines
561 B
Diff
16 lines
561 B
Diff
Index: CMakeLists.txt
|
|
===================================================================
|
|
--- CMakeLists.txt.orig 2017-04-13 10:18:48.656747496 +0200
|
|
+++ CMakeLists.txt 2017-04-13 13:10:55.648428778 +0200
|
|
@@ -31,8 +31,10 @@ include( AsciidocHelpers )
|
|
# Add the common asciidoc options
|
|
add_adoc_option( -b html5 )
|
|
add_adoc_option( -a toc2 )
|
|
+add_adoc_option( -a footer-style=none )
|
|
add_adoc_option( --section-numbers )
|
|
add_adoc_option( --theme flask )
|
|
+add_adoc_option( --verbose )
|
|
|
|
# Add the common a2x options
|
|
add_a2x_option( --xsltproc-opts=--nonet )
|