build-sys: regenerate spec files when they change

This commit is contained in:
Marc-André Lureau 2013-04-03 14:02:01 +02:00
parent fdb2e4714a
commit 4e24da29e7
2 changed files with 9 additions and 0 deletions

View File

@ -77,4 +77,9 @@ nsis:
make -C $(builddir)/data virt-viewer-$(VERSION).exe
endif
# this make sure those files are regenerated when they change
# (in maintainer-mode)
all-local: virt-viewer.spec mingw-virt-viewer.spec
-include $(top_srcdir)/git.mk

View File

@ -8,6 +8,10 @@ EXTRA_DIST = \
virt-viewer-debug.nsis.in \
$(NULL)
# this make sure those files are regenerated when they change
# (in maintainer-mode)
all-local: virt-viewer.wxs virt-viewer.nsis virt-viewer-debug.nsis
if OS_WIN32
deps.txt: