summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
Commit message (Collapse)AuthorAge
...
* gnu: man-db: Update to 2.7.1.Alex Kost2015-07-21
| | | | | * gnu/packages/man.scm (man-db): Update to 2.7.1. [arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
* gnu: libpipeline: Update to 1.4.0.Alex Kost2015-07-21
| | | | * gnu/packages/man.scm (libpipeline): Update to 1.4.0.
* gnu: man-db: Pass --with-col to configure.Alex Kost2015-07-21
| | | | | * gnu/packages/man.scm (man-db)[inputs]: Add 'util-linux'. [arguments]: Add '--with-col' to configure flags.
* gnu: help2man: Update to 1.47.1.Ludovic Courtès2015-06-29
| | | | * gnu/packages/man.scm (help2man): Update to 1.47.1.
* gnu: help2man: Update to 1.46.6.Ludovic Courtès2015-05-03
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.6.
* gnu: man-pages: Update to 3.82.Ludovic Courtès2015-04-12
| | | | * gnu/packages/man.scm (man-pages): Update to 3.82.
* gnu: help2man: Update to 1.46.5.Ludovic Courtès2015-03-11
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.5.
* gnu: Add txt2man.Ricardo Wurmus2015-02-28
| | | | * gnu/packages/man.scm (txt2man): New variable.
* packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès2014-12-27
| | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/18033>. * guix/packages.scm (<search-path-specification>): Rename 'directories' field to 'files'. Add 'file-type'. (search-path-specification->sexp): Honor 'file-type'. * gnu/packages/autotools.scm, gnu/packages/bootstrap.scm, gnu/packages/cross-base.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/glib.scm, gnu/packages/guile.scm, gnu/packages/man.scm, gnu/packages/perl.scm, gnu/packages/pkg-config.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/xfce.scm: Change 'directories' to 'files'. * tests/packages.scm ("search paths"): Change 'directories' field to 'files'. * guix/scripts/environment.scm (for-each-search-path): Likewise.
* gnu: help2man: Update to 1.46.4.Andreas Enge2014-12-01
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.4.
* gnu: man-pages: Build sequentially.Ludovic Courtès2014-11-02
| | | | | | | Fixes <http://bugs.gnu.org/18701>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/man.scm (man-pages)[arguments]: Add #:parallel-build? #f.
* gnu: help2man: Update to 1.46.3.Andreas Enge2014-09-27
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.3.
* gnu: help2man: Update to 1.46.1.Ludovic Courtès2014-09-01
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.1.
* gnu: man-pages: Upgrade to 3.69.Ludovic Courtès2014-06-21
| | | | * gnu/packages/man.scm (man-pages): Upgrade to 3.69.
* gnu: man-db: Add specification for $MANPATH.Ludovic Courtès2014-04-15
| | | | * gnu/packages/man.scm (man-db)[native-search-paths]: New field.
* gnu: man-pages: Fix URL.Ludovic Courtès2014-04-14
| | | | * gnu/packages/man.scm (man-pages): Use the 'kernel.org' mirror set.
* gnu: Add Linux man-pages.Ludovic Courtès2014-04-12
| | | | * gnu/packages/man.scm (man-pages): New variable.
* gnu: Move help2man package to (gnu packages man) module.David Thompson2014-04-08
| | | | | | | | * gnu/packages/man.scm (help2man): New variable. * gnu/packages/help2man.scm: Delete it. * gnu/packages/cdrom.scm: Import (gnu packages man). * gnu/packages/zile.scm: Import (gnu packages man). * gnu-system.am (GNU_SYSTEM_MODULES): Delete 'gnu/packages/help2man.scm'.
* gnu: Add man-db.David Thompson2014-04-09
| | | | * gnu/packages.man.scm (man-db): New variable.
* gnu: Add libpipeline.David Thompson2014-04-09
* gnu/packages/man.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.