mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
2d7e0de5ea
I have only tested the all, rpms and *clean targets directly. install may work but the rpm moves a lot of things around for us. The Apache configuration file isn't in its final state but it works with the new mod_python configuration.
16 lines
340 B
Makefile
16 lines
340 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_SYSCONF_DIR)/html
|
|
app_DATA = \
|
|
ssbrowser.html \
|
|
unauthorized.html \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|