diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-11-23 17:19:37 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-01-18 15:10:37 +0100 |
commit | c71937fc0c2006c032948c564246822cb7344aa9 (patch) | |
tree | e811b2033874192dfa0b25479f23658d80976480 /Makefile | |
parent | 5e90c9884977b07be8cd0d4f6377b633f29e4ad1 (diff) | |
download | freeipa-c71937fc0c2006c032948c564246822cb7344aa9.tar.gz freeipa-c71937fc0c2006c032948c564246822cb7344aa9.tar.xz freeipa-c71937fc0c2006c032948c564246822cb7344aa9.zip |
Updated makefiles to build FreeIPA Web UI layer
Updated makefiles to comply to new directory structure and also to use builder
for building Web UI.
FreeIPA package spec is modified to use the output of the builder.
https://fedorahosted.org/freeipa/ticket/112
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ archive: local-archive: -mkdir -p dist/$(TARBALL_PREFIX) - rsync -a --exclude=dist --exclude=.git --exclude=build --exclude=rpmbuild . dist/$(TARBALL_PREFIX) + rsync -a --exclude=dist --exclude=.git --exclude=/build --exclude=rpmbuild . dist/$(TARBALL_PREFIX) archive-cleanup: rm -fr dist/freeipa |