Some patches for review that cleanup minor issues when maintaining accountsservice.
Created attachment 106505 [details] [review] Ignore some more built files
Created attachment 106506 [details] [review] Makefile.am: Add upload-release target that does right thing Now 'make upload-release' puts the release in the right directory
Created attachment 106507 [details] [review] autogen.sh: Fix gtkdocize call for srcdir != builddir When srcdir != builddir gtkdocize needs to be run in the right directory, or it will complain about missing configure.ac
Comment on attachment 106505 [details] [review] Ignore some more built files Review of attachment 106505 [details] [review]: ----------------------------------------------------------------- sure
Comment on attachment 106507 [details] [review] autogen.sh: Fix gtkdocize call for srcdir != builddir Review of attachment 106507 [details] [review]: ----------------------------------------------------------------- ::: autogen.sh @@ +9,4 @@ > CLEANFILES = > EOF > else > + (cd $(dirname $0) && gtkdocize) || exit $? ok
Attachment 106505 [details] pushed as ef1dd46 - Ignore some more built files Attachment 106507 [details] pushed as 7ef3027 - autogen.sh: Fix gtkdocize call for srcdir != builddir
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.