From db6d4bfdc7f2893e7474f051968e3ae04698f216 Mon Sep 17 00:00:00 2001 From: Thomas Goirand <thomas@goirand.fr> Date: Fri, 17 May 2013 08:34:06 +0000 Subject: [PATCH] Make the doc correctly. Rewritten-From: 8d3f17e31094c634cac9c48922a3f328c6b76328 --- xenial/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index c4be965..9f91806 100755 --- a/xenial/debian/rules +++ b/xenial/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 -- 2.45.2