]> git.pld-linux.org Git - packages/mdds.git/blob - mdds-doc.patch
- updated to 1.0.0 (now with versioned API, currently 1.0)
[packages/mdds.git] / mdds-doc.patch
1 --- mdds_1.0.0/Makefile.in.orig 2015-10-07 00:57:07.000000000 +0200
2 +++ mdds_1.0.0/Makefile.in      2015-11-29 15:52:19.781596214 +0100
3 @@ -237,7 +237,7 @@
4  
5  build-doc-sphinx:
6         @echo "Building documentation by sphinx..."
7 -       @sphinx-build -b html ./doc/ ./doc/_build
8 +       cd doc && sphinx-build -b html ./ ./_build
9  
10  build-doc: build-doc-doxygen build-doc-sphinx
11  
This page took 0.036936 seconds and 3 git commands to generate.