Skip to content

Commit

Permalink
Makefile.am: in release target, checkout doxygen directory to avoid s…
Browse files Browse the repository at this point in the history
…purious diffs
  • Loading branch information
rrthomas committed Jan 8, 2024
1 parent 20d3f86 commit dbec0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit dbec0e4

Please sign in to comment.