From 63285bc7f79ae2368cdcad48b65cc4ddfbfd4e51 Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 27 Jul 2021 20:11:24 +0000 Subject: pulseaudio: More maintainer doc updates for meson --- Software/PulseAudio/Documentation/Maintainer.mdwn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Software') 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" -- cgit v1.2.1