diff options
author | arun <arun@web> | 2021-07-27 20:11:24 +0000 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2021-07-27 20:11:24 +0000 |
commit | 63285bc7f79ae2368cdcad48b65cc4ddfbfd4e51 (patch) | |
tree | d174be4b6eb72c69e847b805ff9a101040cdbf28 /Software | |
parent | b23c0acfb13753fbef32f01e574450c89b2142d7 (diff) |
pulseaudio: More maintainer doc updates for meson
Diffstat (limited to 'Software')
-rw-r--r-- | Software/PulseAudio/Documentation/Maintainer.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Software/PulseAudio/Documentation/Maintainer.mdwn b/Software/PulseAudio/Documentation/Maintainer.mdwn index c76d9bcb..ac4b2f5d 100644 --- a/Software/PulseAudio/Documentation/Maintainer.mdwn +++ b/Software/PulseAudio/Documentation/Maintainer.mdwn @@ -116,7 +116,7 @@ Check what files have been added. Are they all included in the tarball? ### pulseaudio - scp pulseaudio-*.tar.* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/releases + scp build/meson-dist/pulseaudio-*.tar.* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/releases ### pavucontrol @@ -129,7 +129,6 @@ Check what files have been added. Are they all included in the tarball? --- ## Push the tag - git push origin master git push origin v4.99.1 --- @@ -165,8 +164,8 @@ Proofreading the release notes at this point is a good idea too. --- ## (final release only) Refresh the online Doxygen documentation - make doxygen - rsync -av --delete-after doxygen/html/ annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/doxygen/ + ninja -C build doxygen + rsync -av --delete-after build/doxygen/html/ annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/doxygen/ --- ## (final release only) Rebase and push the contents from the "next" branch to "master" |