]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Make the doc correctly.
authorThomas Goirand <thomas@goirand.fr>
Fri, 17 May 2013 08:34:06 +0000 (08:34 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 17 May 2013 09:03:03 +0000 (09:03 +0000)
Rewritten-From: 8d3f17e31094c634cac9c48922a3f328c6b76328

trusty/debian/rules

index c4be965bd59b11d60a5645fe6f31f03863f76339..9f9180697211f11651027d5588253d92abd6e97e 100755 (executable)
@@ -31,6 +31,7 @@ override_dh_auto_install:
                $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
 
        # compressed js and css
+       make -C doc html
        DJANGO_SETTINGS_MODULE="openstack_dashboard.settings" python -c 'import os, sys; from django.core.management import execute_from_command_line ; sys.path.append("$(CURDIR)") ;execute_from_command_line(["", "compress", "--force"])'
        cp -a $(CURDIR)/static/dashboard/js $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/js
        cp -a $(CURDIR)/static/dashboard/css $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css