Force check target on dist
This is to ensure that final tests are run after combined files are generated.master
parent
ab8cdfa173
commit
172e2e2afe
|
@ -145,7 +145,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# generate the familiar files that automake normally checks for
|
# generate the familiar files that automake normally checks for
|
||||||
dist-hook: AUTHORS NEWS ChangeLog version
|
dist-hook: check AUTHORS NEWS ChangeLog version
|
||||||
cp $? $(distdir)
|
cp $? $(distdir)
|
||||||
AUTHORS: FORCE
|
AUTHORS: FORCE
|
||||||
$(path_tools)/gitlog-to-authors > $@
|
$(path_tools)/gitlog-to-authors > $@
|
||||||
|
|
Loading…
Reference in New Issue