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