Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 680 → Rev 681

/video-contact-sheet/trunk/GNUmakefile
75,7 → 75,7
PKGBUILD-$(VER) \
$(addprefix vcs-$(VER), .gz .bz2 .bash) \
CHANGELOG.gz CHANGELOG \
rpm deb
rpm deb srpm
 
# This shouldn't be re-built
devel_tools/mansrc/settings.man.inc.xml:
122,6 → 122,14
@# Don't fail even if rpmlint does. It fails with no signature on Debian
-rpmlint vcs-$(VER)-*.rpm
 
srpm: vcs-$(VER).tar.gz
rpmbuild --clean -ts vcs-$(VER).tar.gz
test -d ~/rpmbuild/SRPMS && ln -s ~/rpmbuild/SRPMS/vcs-$(VER)-*.src.rpm . || true
test -d ~/RPM/SRPMS && ln -s ~/RPM/SRPMS/vcs-$(VER)-*.src.rpm . || true
@# Don't fail even if rpmlint does. It fails with no signature on Debian
-rpmlint vcs-$(VER)-*.src.rpm
false
 
clean:
-$(RM) vcs[-_]$(VER)* CHANGELOG*
make -C $(srcdir)/docs clean