Fix make distcheck
This commit is contained in:
parent
937e0b6a0f
commit
ae293881f0
2 changed files with 3 additions and 6 deletions
|
|
@ -12,10 +12,6 @@ distclean-local:
|
|||
distuninstallcheck_listfiles = \
|
||||
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
|
||||
|
||||
rpm: dist
|
||||
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
|
||||
@rm -f $(PACKAGE)-$(VERSION).tar.gz
|
||||
|
||||
.PHONY: ChangeLog
|
||||
|
||||
ChangeLog: Makefile
|
||||
|
|
@ -33,6 +29,7 @@ EXTRA_DIST = \
|
|||
DISTCLEANFILES = \
|
||||
intltool-extract \
|
||||
intltool-merge \
|
||||
intltool-update
|
||||
intltool-update \
|
||||
./po/.intltool-merge-cache.lock
|
||||
|
||||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||
|
|
|
|||
Reference in a new issue