Codebase list logbook / a4456ed
Build doc via `doc/Makefile` Agustin Henze 8 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313 override_dh_auto_clean:
1414 dh_auto_clean
1515 rm -rf docs/_build
16 rm -rf Logbook.egg-info
1617
1718 override_dh_auto_install:
1819 dh_auto_install
1920 # build the html pages for the -doc package
20 python setup.py build_sphinx -b html
21 set -ex; \
22 cd docs; \
23 make html
2124
2225 get-orig-source:
2326 @if [ ! -d "debian" ] ; then \