mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-18 04:02:58 -06:00
29 lines
399 B
Makefile
29 lines
399 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
branding \
|
|
template \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ipagui/static/images
|
|
app_DATA = \
|
|
down.gif \
|
|
favicon.ico \
|
|
header_inner.png \
|
|
info.png \
|
|
logo.png \
|
|
ok.png \
|
|
tg_under_the_hood.png \
|
|
under_the_hood_blue.png \
|
|
up.gif
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
*.pyc \
|
|
Makefile.in
|