mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
Change makefile to build doc with sphinx rather pod. Docs are now pregenerated in dist-tarball, to avoid requiring documentation build tool when installing from these dist-tarball. Adapt travis conf & RPM spec file to the new documentation build process.
6 lines
141 B
Python
6 lines
141 B
Python
# run make to generate version.py
|
|
|
|
version = '@MODULES_RELEASE@'
|
|
release = '@MODULES_RELEASE@@MODULES_BUILD@'
|
|
today = '@MODULES_BUILD_DATE@'
|