WSJT-X/doc/wsjtx.conf.in
Bill Somerville 873579fecb Add an asciidoc theme so that project specific CSS can be used
The file doc/theme/wsjt.css is the theme  CSS file and it contains the
contents of the  standard asciidoc.css file followed  by WSJT specific
CSS overrides. If required a file  doc/theme/wsjt.js may be added at a
later date.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5369 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-12 21:32:18 +00:00

9 lines
313 B
Plaintext

# This is an asciidoc configuraiton file which is processed by CMake
# as a configuration file to substitute variables
[attributes]
themedir=@CMAKE_CURRENT_SOURCE_DIR@/theme/wsjt
VERSION_MAJOR=@WSJTX_VERSION_MAJOR@
VERSION_MINOR=@WSJTX_VERSION_MINOR@
VERSION_PATCH=@WSJTX_VERSION_PATCH@
VERSION=@wsjtx_VERSION@