Skip to content

Commit

Permalink
Makefile: sync-docs target rebuilds the doc first
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Sep 23, 2024
1 parent 8ab65fc commit 80aaf41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ ChangeLog.git:
git log --stat --decorate=short > $@

.PHONY: sync-docs
sync-docs:
sync-docs: clean
$(TOX) -e docs
rsync \
--recursive --verbose --update --rsh=ssh --links \
build/docs/ \
Expand Down

0 comments on commit 80aaf41

Please sign in to comment.