Age | Commit message (Collapse) | Author | Files | Lines |
|
Use the style sheets from docbook-xsl to build man pages from DocBook,
instead of the obsolete docbook2x package. Adjust Debian build
dependencies accordingly.
Add some man page metadata required by the new tool chain to the
sources.
|
|
This makes the DocBook files independent of particular file-system
layout. On system with proper XML catalog setups, there should be no
difference. (No actual HTTP calls will be made.)
|
|
|
|
With -n, ifne runs the command if the standard input is empty and does
nothing otherwise.
|
|
Hi, I read the suggestion about ifne in the Discussion page of
moreutils and found it interesting. It's a command that runs another
process if the standard input is not empty. I think it can be very
useful in admin scripts so I've implemented it. I attach a patch
against the current head of moreutils' git. You may include it in
moreutils if you think it's worth it.
I've considered making an "ifempty" or "ifne -v" that would run a
command if the standard input is empty, but I'm not sure if that could
be useful. Any comments will be appreciated. Regards,
Javi
|