diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-03-02 22:46:34 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-03-02 22:46:34 +0000 |
commit | bda76c628c56974274a29536beaab6f0463a2a43 (patch) | |
tree | 5ac471412ec163eb736c9ba8c4bd8283e5815f52 /rpkid | |
parent | 573690587922bd27e6e126ffce4256b0b380c429 (diff) |
portal-gui project Makefile should not install django app templates
svn path=/rpkid/portal-gui/Makefile.in; revision=3707
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/portal-gui/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/rpkid/portal-gui/Makefile.in b/rpkid/portal-gui/Makefile.in index c5b45b21..58d402cb 100644 --- a/rpkid/portal-gui/Makefile.in +++ b/rpkid/portal-gui/Makefile.in @@ -15,7 +15,6 @@ bindir=@bindir@ sbindir=@sbindir@ libexecdir=@libexecdir@ -PYTHON=@PYTHON@ WEBUSER=@WEBUSER@ DJANGO_ADMIN=@DJANGO_ADMIN@ @@ -56,16 +55,8 @@ install-apache: install -m 644 apache/rpki.wsgi $(INSTDIR)/apache install-templates: - install -d -m 755 $(TEMPLATEDIR)/myrpki + install -d -m 755 $(TEMPLATEDIR) install -m 644 templates/base.html $(TEMPLATEDIR) - install -m 644 templates/myrpki/asn_view.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/child_view.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/conf_empty.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/conf_list.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/dashboard.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/parent_view.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/prefix_view.html $(TEMPLATEDIR)/myrpki - install -m 644 templates/myrpki/xml_import.html $(TEMPLATEDIR)/myrpki install -d -m 755 $(TEMPLATEDIR)/registration install -m 644 templates/registration/login.html $(TEMPLATEDIR)/registration |