init theme transnum

This commit is contained in:
2019-09-25 11:58:19 +02:00
commit bce5766232
38 changed files with 9433 additions and 0 deletions

23
Makefile Normal file
View File

@ -0,0 +1,23 @@
#!/usr/bin/make
#---------------------------------------------------------------------------
# Makefile du paquet eole-envole-themes du projet ENVOLE
# Envole 5
#---------------------------------------------------------------------------
SOURCE := envole-themes
INSTALL := install
INSTALL_DIR := install -m 755 -d
DIR_THEME := ${DESTDIR}/usr/share/lemonldap-ng/portal/templates
all:
installdirs:
$(INSTALL_DIR) $(DIR_THEME)
install: installdirs
cp -r src/lemontheme/* ${DIR_THEME}/
uninstall:
$(RM) -r $(DIR_THEME)/transnum