From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbernard@debian.org (Jon Bernard) Date: Mon, 8 Nov 2010 12:10:32 -0500 Subject: [ltt-dev] [UST RELEASE] UST 0.8 Released In-Reply-To: References: <4CD722CD.1090200@polymtl.ca> Message-ID: <20101108171030.GA3682@shaniqua> * Nils Carlson wrote: > On Sun, 7 Nov 2010, Alexandre Montplaisir wrote: > > >On 10-10-27 04:04 AM, Nils Carlson wrote: > >>Release 0.8 of the User Space Tracer - UST > >> > >>Tarball available at: http://lttng.org/files/ust/releases/ust-0.8.tar.gz > >>... > > > >Any reason why the files "doc/manual/ust.html" and "doc/manual/ust.info" > >aren't in the tarball? (They don't get built by the top-level make either.) > >They were present in the 0.7 release. > > Unknown reason thus far, but perhaps Pierre-Marc and I used > different commands to create the tar archive? I used make distcheck. > I will try > to have a further look at this tomorrow. These files can be generated with: makeinfo manual.texinfo -o ust.info makeinfo --html --no-split manual.texinfo -o ust.html I have updated the debian package to execute these commands and include the resulting documentation in the package. At one point I intended to update the automake file to do this at build time but I haven't had a chance yet. I may try to fix that this week if someone doesn't beat me to it. -- Jon