From: Thomas Goirand Date: Fri, 17 May 2013 08:34:06 +0000 (+0000) Subject: Make the doc correctly. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=de7864543c7d56bfab01d7bb98d86503a5e9502e;p=openstack-build%2Fhorizon-build.git Make the doc correctly. Rewritten-From: 8d3f17e31094c634cac9c48922a3f328c6b76328 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index c4be965..9f91806 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -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