summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-11-05Use docbook-xsl to build man pagesPeter Eisentraut1-1/+1
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.
2013-11-05Run xmllint as part of DocBook buildPeter Eisentraut1-0/+1
This will verify that the DocBook markup is valid before building anything from it. The actual build tools don't do that and might produce garbage if the markup is not valid.
2013-11-05Use pattern rule for building man pages from DocBookPeter Eisentraut1-22/+1
This eliminates some duplicate code.
2012-07-25Allow overriding PREFIX and CFLAGS to make the build more flexibleBen Walton1-2/+2
This patch allows the package to be more easily portable to other systems, such as OpenCSW where we install to /opt/csw and don't always use gcc. Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
2012-06-05Change how errno values are printed, for portabilityLars Wirzenius1-1/+1
Reported and suggested by Pino Toscano: The Hurd does not #define the EFOO constants as simple integers, but as expressions. This made the code that generates errnos.h to misinterpret the value, and always print 0 for every error code. We fix this by instead using the EFOO macro in errnos.h, so that the preprocessor evaluates it correctly. This is the right thing to do anyway, for every platform. Thus the table changes from {"EFOO",42} to {"EFOO",EFOO} for each entry.
2012-06-04let's inline the awkJoey Hess1-1/+1
it's not *too* ugly (or my ugly tolerance for Makefiles is high)
2012-06-04Add errno manpageLars Wirzenius1-1/+4
2012-06-04Add errno programLars Wirzenius1-2/+8
2010-10-29chronic: New command, runs a command quietly, unless it fails.Joey Hess1-2/+2
2009-07-02parallel: New program, contributed by Tollef Fog Heen, that can run multiple ↵Joey Hess1-1/+4
jobs in parallel, optionally checking load average.
2009-06-30Compile parallel by defaultTollef Fog Heen1-1/+1
2009-05-05remove unnecessary quotesJoey Hess1-1/+1
2008-10-27Support installing moreutils into prefixes other than /usrEvan Broder1-5/+6
2008-05-10eh, I didn't mean to revert thatJoey Hess1-6/+6
(or push out the reversion, oops.. too late)
2008-05-10Revert "debhelper v7; rules file minimisation"Joey Hess1-6/+6
This reverts commit 83e8da32e5d3154f1c97e6eb62c30450ff95b5af.
2008-05-10patch for moreutils MakefileGreg KH1-7/+9
Hi, I just packaged up moreutils for Gentoo and added it to their system, I'll go add it to the SuSE repo system next week as well, thanks a lot for the utils. Here's a small patch to the makefile to make it easier for distros to change the docbook2x-man binary as it is named other things (Gentoo for example has it as docbook2man.pl). This way it can be changed on the build line, and the Makefile doesn't have to be patched. Thanks for already fixing the DESTDIR thing, that also will make things easier. And also, you mention dropping you an email if you want to be notified when new versions come out, I'd appreciate it if you could add me to that list if you have one. thanks again, greg k-h -------------------- Subject: Make docbook2x-man able to be overridden in Makefile This makes it easier for distros that do not have the docbook2x-man binary with that name, override it on the command line instead of having to patch the Makefile.
2008-04-26debhelper v7; rules file minimisationJoey Hess1-6/+6
Use DESTDIR instead of PREFIX.
2008-03-20Moreutils: Added ifneJavier Merino1-2/+5
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
2007-09-06* Don't strip binaries for debian package if built withjoeyh1-3/+7
DEB_BUILD_OPTIONS=nostrip. Closes: #437577 * Include Michael Tokarev's lckdo program and replace / conflict with the current lckdo package. (Robert Edmonds) Closes: #432906 * lckdo: Don't clear other flags when setting close on exec.
2006-09-08* Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,joeyh1-2/+5
returning the exit status of the first.
2006-04-02* ifdata: patch from Adam Lackorzynski to translate French error messagesjoeyh1-2/+2
to English and to convert some #defines to enums. * ifdata: patch from Adam Lackorzynski to avoid printing info for bogus interface. Closes: #360433 * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to "z").
2006-03-23* Back to Mithandir's C sponge, now fixed.joeyh1-2/+5
2006-03-14* Add pee (pipe tee) contributed by Miek Gieben.joeyh1-4/+7
2006-03-13releasing version 0.60.6joeyh1-5/+2
2006-03-08* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.joeyh1-2/+2
2006-03-08* Added ifinfo, by Benjamin BAYART (originally called ifcfg).joeyh1-2/+5
* Made ifinfo -Wall clean. * Made ifinfo support -h and print usage on unknown options. * Cleaned up ifinfo's behavior when asked to print info for nonexistant devices. Still needs improvement.
2006-03-06releasing version 0.40.4joeyh1-2/+2
2006-03-03releasing version 0.30.3joeyh1-1/+1
2006-03-03* Switch sponge to a C implementation by mithandir.joeyh1-3/+6
* Build dep on docbook-xml.
2006-02-19releasing version 0.10.1joeyh1-1/+0
2006-02-19addjoeyh1-0/+27