]> git.proxmox.com Git - pve-manager.git/blob - www/css/Makefile.am
imported from svn 'pve-manager/pve2'
[pve-manager.git] / www / css / Makefile.am
1 include $(top_builddir)/common.mk
2
3
4 css_DATA = \
5 ext-pve.css
6
7 cssdir = ${WWW_CSSDIR}
8
9 install-data-hook:
10 chown -R www-data:www-data ${DESTDIR}/${cssdir}
11
12 CLEANFILES= *~
13