init theme transnum
This commit is contained in:
23
Makefile
Normal file
23
Makefile
Normal 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
|
Reference in New Issue
Block a user