[librsvg: 4/5] RELEASING.md - note about the autotools command line




commit 9c80d9bfed0cc22b6333a53e4ba1da3e8f29845a
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Sep 15 20:14:01 2021 -0500

    RELEASING.md - note about the autotools command line
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/589>

 RELEASING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/RELEASING.md b/RELEASING.md
index 742eeaa1..1bdad240 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -12,7 +12,7 @@ off items while making a release.
 - [ ] Tweak the library version number in `configure.ac` if the API changed; follow the steps there.
 - [ ] Update `NEWS`, see below for the preferred format.
 - [ ] Commit the changes above.
-- [ ] Make a tarball with `make distcheck DESTDIR=/tmp/foo` - fix things until it passes.
+- [ ] Make a tarball with `./autogen.sh --enable-vala --enable-gtk-doc && make distcheck DESTDIR=/tmp/foo` - 
fix things until it passes.
 - [ ] Create a signed tag - `git tag -s x.y.z` with the version number.
 - [ ] `git push` to the appropriate branch to gitlab.gnome.org/GNOME/librsvg
 - [ ] `git push` the signed tag to gitlab.gnome.org/GNOME/librsvg


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]