search for: docbook2man

Displaying 11 results from an estimated 11 matches for "docbook2man".

2004 Sep 10
1
Altivec, automake
...c/configure.in,v retrieving revision 1.94 diff -c -r1.94 configure.in *** configure.in 29 Jul 2004 05:25:36 -0000 1.94 --- configure.in 29 Jul 2004 10:20:55 -0000 *************** *** 311,316 **** --- 311,322 ---- AC_DEFINE(FLAC__HAS_DOXYGEN) fi + AC_CHECK_PROGS(DOCBOOK_TO_MAN, docbook-to-man docbook2man) + AM_CONDITIONAL(FLaC__HAS_DOCBOOK_TO_MAN, test -n "$DOCBOOK_TO_MAN") + if test -n "$DOCBOOK_TO_MAN" ; then + AC_DEFINE(FLAC__HAS_DOCBOOK_TO_MAN) + fi + AC_CHECK_PROGS(NASM, nasm) AM_CONDITIONAL(FLaC__HAS_NASM, test -n "$NASM") if test -n "$NASM" ; th...
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder. I ran a test, doing a 'flac -t' on 400MB of files compresses at level 5. the runtime dropped from from 180 sec to 105 sec! once I get the latest autotools on my ibook I'll try and get asm compilation to work that way. Josh --- Josh Coalson <xflac@yahoo.com> wrote: > OK, checked it all in (only minor
2004 Sep 10
5
1.0 candidate checked in
On Sat, Jul 21, 2001 at 04:06:14PM -0400, Matt Zimmerman wrote: > Argh. Maybe libtool will have to get involved after all. I'll work on it > this afternoon. I think I give up. automake and libtool assume that the compiler will be able to assemble stuff, and compilers don't generally understand NASM input. I don't like the strip_fPIC bit, since just about anything that could
2004 Sep 10
4
FLAC 1.0.1 source release out
The source release for 1.0.1 is finally up on sourceforge. If you are compiling for x86 make sure to read the note in in the README about automake 1.5. Josh __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com
2005 May 03
1
Re: [Logcheck-commits] CVS logcheck/docs
On Tue, 2005-05-03 at 07:20 +0000, CVS User maks-guest wrote: > Modified Files: > logcheck.sgml > Log Message: > > minor addition describe 3 layers. > remove the url tag not recognized by docbook2man. > + > + <para>The reported messages are sorted in three different layers. > + The system events verbosity is governed by aboves level choice. > + The security events and the so called attack alerts are reported > + anyway independently of aboves choosen level.<...
2004 Sep 10
0
1.0 candidate checked in
...hat Makefile.am.libtool-1.4b has --tag=CC and Makefile.am does not. 4. Added the check 'test -d $(BINS_PATH) || exit 77' to test/test_bins.sh 5. Generated all the Makefile.ins, and including a src/libFLAC/ia32/Makfile.in.libtool-1.4b. 6. 'Improved' the flac.sgml rule to fall back to docbook2man if there's no docbook-to-man (this should really be handled in configure.in). I hope this is all correct! I had do go back and reread the last 40 mails to make sure. Everything is checked in to CVS. Now I need Matt's and Ben's help again. Try the latest CVS. I am guessing it will...
2014 Feb 02
7
[Bug 893] New: Support upstream docbook2x location
...: nft AssignedTo: pablo at netfilter.org ReportedBy: contact at stebalien.com Estimated Hours: 0.0 Currently, the nftable's build scripts assume that the docbook2x manpage converter is called docbookx2-man (as in Debian and Red Hat) however, both upstream and Arch Linux use docbook2man. The attached patch adds support for this alternative location. Disclaimer: I know next to nothing about autoconf. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2004 Sep 10
2
1.0 candidate checked in
...the local bitbuffer.h, not src/libFLAC/private/bitbuffer.h; I think the > current version is correct. Ah, I missed that there was a local bitbuffer.h. In that case, what I should have done was add bitbuffer.h to test_unit_SOURCES. > 6. 'Improved' the flac.sgml rule to fall back to docbook2man if there's no > docbook-to-man (this should really be handled in configure.in). > > I hope this is all correct! I had do go back and reread the last 40 mails to > make sure. Everything is checked in to CVS. Now I need Matt's and Ben's > help again. Try the latest CVS...
2004 Aug 06
3
Documentation
Hi there. Some words to tell you that the documentation effort start taking shape. A savannah project has been created in order to coordinate work: http://savannah.nongnu.org/projects/interopcast/ CVS is accessible via cvsweb here: http://savannah.nongnu.org/cgi-bin/viewcvs/interopcast/ A first html shot available for browsing here: (there are other documents to merge with but not yet http
2004 Sep 10
2
1.0 candidate checked in
...as --tag=CC and Makefile.am > does not. > 4. Added the check 'test -d $(BINS_PATH) || exit 77' to > test/test_bins.sh > 5. Generated all the Makefile.ins, and including a > src/libFLAC/ia32/Makfile.in.libtool-1.4b. > 6. 'Improved' the flac.sgml rule to fall back to docbook2man > if there's no docbook-to-man (this should really be handled > in configure.in). > > I hope this is all correct! I had do go back and reread > the last 40 mails to make sure. Everything is checked in > to CVS. Now I need Matt's and Ben's help again. Try the >...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...one checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for doxygen... no checking for docbook-to-man... no checking for docbook2man... no checking for nasm... no checking for as... as checking for gas... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/libFLAC/Makefile config.status: creating src/libFLAC/ia32/Makefile config.status: creating...