1.1 --- a/test/Makefile.am Wed Apr 22 15:09:17 2009 +0100
1.2 +++ b/test/Makefile.am Sat May 09 21:30:22 2009 +0100
1.3 @@ -1,6 +1,6 @@
1.4 ## Process this file with automake to produce Makefile.in
1.5
1.6 -check_SCRIPTS = relocate named-root
1.7 +check_SCRIPTS = relocate named-root remove
1.8 if HAVE_LUA
1.9 check_SCRIPTS += lua
1.10 endif
1.11 @@ -11,15 +11,19 @@
1.12 named-root: named-root.sh primary.xml.gz
1.13 cp $(srcdir)/named-root.sh named-root
1.14
1.15 +remove: remove.sh primary.xml.gz
1.16 + cp $(srcdir)/remove.sh remove
1.17 +
1.18 lua: lua.sh primary.xml.gz
1.19 cp $(srcdir)/lua.sh lua
1.20
1.21 -primary.xml.gz: zsh.spec zip.spec zap.spec filesystem.spec Makefile
1.22 +primary.xml.gz: zsh.spec zsh2.spec zip.spec zap.spec filesystem.spec Makefile
1.23 rm -rf rpmbuild rpms repodata
1.24 mkdir -p rpmbuild/BUILD rpmbuild/RPMS
1.25 rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zap.spec
1.26 rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zip.spec
1.27 rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zsh.spec
1.28 + rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zsh2.spec
1.29 rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/filesystem.spec
1.30 mkdir rpms
1.31 mv rpmbuild/RPMS/noarch/*.rpm rpms
1.32 @@ -33,8 +37,10 @@
1.33 zap.spec \
1.34 zip.spec \
1.35 zsh.spec \
1.36 + zsh2.spec \
1.37 filesystem.spec \
1.38 lua.sh \
1.39 + remove.sh \
1.40 named-root.sh \
1.41 relocate.sh
1.42