I am still getting this error: /bin/bash: line 4: gtkdoc-scan: command not found make[4]: *** [scan-build.stamp] Error 127
configure.ac still has 1.1.1 in it. Maybe my script is wrong. It looks like this: rm -rf denemo git clone git://git.savannah.gnu.org/denemo.git cd denemo git checkout -b r1.1.0 touch po/POTFILES.in ./autogen.sh ./configure make dist Thanks, Jeremiah On Sat, Nov 2, 2013 at 3:36 PM, Éloi Rivard <[email protected]> wrote: > Can you try again now ? > Branches for release don't exist anymore, but there are tags instead : > http://git.savannah.gnu.org/cgit/denemo.git/refs/tags (The "stable" tag > should alway be set on the last stable release.) > Tags behavior is pretty the same as branches, you can get it with "git > checkout <the_tag>" > If you find a problem with 1.1.0 you : > - Get the the commit tagged for 1.1.0 : git checkout > r1.1.0<http://git.savannah.gnu.org/cgit/denemo.git/tag/?id=r1.1.0> > - Do your fix, commit it > - Set the tag on the very last commit : git tag -a r1.1.0 -f -m "Release > 1.1.0" > > > 2013/11/2 Jeremiah Benham <[email protected]> > >> Yes. I also tried to clone from the stable-1.1.0 branch. Does this branch >> even still exist? If so what is the new command to clone git from that tag? >> Then if we discover a problem with 1.1.0 would we recreate the 1.1.0 tag >> with the new change. Should then master be frozen to after release and only >> place new experimental features I'm branches until release has been made? >> >> Jeremiah >> On Nov 2, 2013 11:10 AM, "Éloi Rivard" <[email protected]> wrote: >> >>> Did you run ./autogen.sh ? >>> >>> >>> 2013/11/2 Jeremiah Benham <[email protected]> >>> >>>> >>>> On Nov 1, 2013 2:21 PM, "Éloi Rivard" <[email protected]> wrote: >>>> > >>>> > This should be fixed now. Can you please test ? >>>> >>>> It seems it is still required for make dist. It also now say version >>>> 1.1.1 in configure.ac. >>>> >>>> Jeremiah >>>> >>>> > >>>> > >>>> > 2013/11/1 Éloi Rivard <[email protected]> >>>> >> >>>> >> It should not be, I look at that. >>>> >> >>>> >> >>>> >> 2013/11/1 Jeremiah Benham <[email protected]> >>>> >>> >>>> >>> The gtk-doc thing is preventing me from using make dist with the >>>> stable-1.1.0 branch. Is gtk-doc then required to make dist now? >>>> >>> >>>> >>> Jeremiah >>>> >>> >>>> >>> On Oct 30, 2013 3:57 AM, "Éloi Rivard" <[email protected]> wrote: >>>> >>>> >>>> >>>> This seems interesting, and this is the tool recommended by GNOME >>>> : https://wiki.gnome.org/DocumentationProject/RoadMap >>>> >>>> >>>> >>>> Yes you are right about the screenshots. Some recent screenshots >>>> are needed, and the GTK3 interface may look more sexy. >>>> >>>> >>>> >>>> >>>> >>>> 2013/10/29 Federico Bruni <[email protected]> >>>> >>>>> >>>> >>>>> I've just had a look to the new website, very nice! (but you may >>>> want to add some updated screenshots) >>>> >>>>> >>>> >>>>> I've read in the roadmap: >>>> >>>>> http://denemo.org/roadmap >>>> >>>>> >>>> >>>>> that you'd like to rewrite the user manual. >>>> >>>>> I've just learned about this documentation tool, which seems very >>>> interesting: >>>> >>>>> http://projectmallard.org/ >>>> >>>>> >>>> http://booki.flossmanuals.net/introduction-to-mallard/context-sensitive-help/ >>>> >>>>> >>>> http://booki.flossmanuals.net/introduction-to-mallard/comparing-mallard-to-other-tools/ >>>> >>>>> >>>> >>>>> Just in case you are not happy with DocBook and want to try >>>> something different.. >>>> >>>>> >>>> >>>>> Cheers >>>> >>>>> Federico >>>> >>>>> >>>> >>>>> _______________________________________________ >>>> >>>>> Denemo-devel mailing list >>>> >>>>> [email protected] >>>> >>>>> https://lists.gnu.org/mailman/listinfo/denemo-devel >>>> >>>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> >>>> Éloi Rivard - [email protected] >>>> >>>> >>>> >>>> « On perd plus à être indécis qu'à se tromper. » >>>> >>>> >>>> >>>> _______________________________________________ >>>> >>>> Denemo-devel mailing list >>>> >>>> [email protected] >>>> >>>> https://lists.gnu.org/mailman/listinfo/denemo-devel >>>> >>>> >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Éloi Rivard - [email protected] >>>> >> >>>> >> « On perd plus à être indécis qu'à se tromper. » >>>> > >>>> > >>>> > >>>> > >>>> > -- >>>> > Éloi Rivard - [email protected] >>>> > >>>> > « On perd plus à être indécis qu'à se tromper. » >>>> >>>> >>> >>> >>> -- >>> Éloi Rivard - [email protected] >>> >>> « On perd plus à être indécis qu'à se tromper. » >>> >> > > > -- > Éloi Rivard - [email protected] > > « On perd plus à être indécis qu'à se tromper. » >
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
