mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-02-02 09:47:04 +03:00
build-sys: regenerate spec files when they change
This commit is contained in:
parent
fdb2e4714a
commit
4e24da29e7
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user