guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Shepherd][PATCH 0/4] Move documentation to a 'doc' directory.


From: Mathieu Lirzin
Subject: [Shepherd][PATCH 0/4] Move documentation to a 'doc' directory.
Date: Wed, 27 Jan 2016 21:45:30 +0100


Regarding patch 4, Deleting ‘man-page-target’ function (which was just added)
was a personal choice.  I don't like the use of “fancy” GNU Make features
which provide another layer of complexity on top of Automake's paradigm which
can be obscure by itself for an uninformed public.


Mathieu Lirzin (4):
  build: Build Guile objects before generating man pages.
  doc: Move examples to the 'doc/examples' directory.
  doc: Move manual to the 'doc' directory.
  doc: Move man pages to the 'doc' directory.

 .gitignore                 |   49 +-
 Makefile.am                |   45 +-
 configure.ac               |    3 +-
 doc/examples/README        |   17 +
 doc/examples/_unknown.scm  |  153 +++++
 doc/examples/wolfgangj.scm |  132 ++++
 doc/fdl-1.3.texi           |  505 ++++++++++++++
 doc/shepherd.texi          | 1593 ++++++++++++++++++++++++++++++++++++++++++++
 examples/Makefile.am       |    3 -
 examples/README            |   17 -
 examples/_unknown.scm      |  153 -----
 examples/wolfgangj.scm     |  132 ----
 fdl-1.3.texi               |  505 --------------
 shepherd.texi              | 1593 --------------------------------------------
 14 files changed, 2450 insertions(+), 2450 deletions(-)
 create mode 100644 doc/examples/README
 create mode 100644 doc/examples/_unknown.scm
 create mode 100644 doc/examples/wolfgangj.scm
 create mode 100644 doc/fdl-1.3.texi
 create mode 100644 doc/shepherd.texi
 delete mode 100644 examples/Makefile.am
 delete mode 100644 examples/README
 delete mode 100644 examples/_unknown.scm
 delete mode 100644 examples/wolfgangj.scm
 delete mode 100644 fdl-1.3.texi
 delete mode 100644 shepherd.texi

-- 
2.7.0.rc3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]