diff --git a/Makefile.am b/Makefile.am index 4a5de70f..af90c56c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ distcleancheck_listfiles = \ sh '{}' ';' release: distcheck + git checkout doxygen && \ git diff --exit-code && \ git tag -a -m "Release tag" "v$(VERSION)" && \ git push --follow-tags && \