~zulcss/nova/ftbfs-jan1

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2013-12-05 14:42:50 UTC
  • Revision ID: zulcss@ubuntu.com-20131205144250-tp4e2htnswdx923v
Fix missing doc/build directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
override_dh_auto_build:
22
22
        dh_auto_build
23
23
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 
24
        mkdir -p doc/build/html
 
25
        mkdir -p doc/build/man
24
26
        sphinx-build -b man doc/source doc/build/man
25
27
        sphinx-build -b html doc/source doc/build/html
26
28
endif