Re: [Flex-devel] texi2dvi dependency
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Mighty Jo <mig...@gm...> - 2015-12-03 13:30:49
|
Very welcome. Something I learned about missing: it only supports a handful of programs. If you try to use it with something it doesn't support it won't rewrite the exit code for missing programs - which is the whole point. In those cases a colon (:) works just as well but doesn't produce help text. You can get the list of missing's supported programs with ./build-aux/missing -h from the distro root. On Dec 3, 2015 7:20 AM, "Will Estes" <wes...@gm...> wrote: > Thanks for this. The only change I made is to put gtexi2dvi before > texi2dvi. > > Otherwise, that's a great pattern to notify better about missing programs > and use "missing" when it's relevant. > > On Wednesday, 2 December 2015, 9:32 pm -0500, Mighty Jo < > mig...@gm...> wrote: > > > I just sent up PR#23 which patches configure.ac to support both texi2dvi > > and gtexi2dvi. It fixes similar issues with the bison and help2man > > programs as well. > > > > On Wed, Dec 2, 2015 at 6:38 PM, Michael McConville <mm...@my...> > > wrote: > > > > > Mighty Jo wrote: > > > > I didn't initially have the tools to build the docs installed. It's > > > > likely users won't either. > > > > > > > > I think it's reasonable to pull the pdf and html out of the > repository > > > > since they're build products, but I'd leave them in the distro > > > > tarball. > > > > > > Yeah, I think most package maintainers will find the additional > > > dependencies unfortunate. > > > > > > > ------------------------------------------------------------------------------ > > Go from Idea to Many App Stores Faster with Intel(R) XDK > > Give your users amazing mobile app experiences with Intel(R) XDK. > > Use one codebase in this all-in-one HTML5 development environment. > > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > > > _______________________________________________ > > Flex-devel mailing list > > Fle...@li... > > https://lists.sourceforge.net/lists/listinfo/flex-devel > > > -- > Will Estes > Flex Project Maintainer > wes...@gm... > https://github.com/westes/flex > |