all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Shepherd][PATCH 0/4] Move documentation to a 'doc' directory.
@ 2016-01-27 20:45 Mathieu Lirzin
  2016-01-27 20:45 ` [Shepherd][PATCH 1/4] build: Build Guile objects before generating man pages Mathieu Lirzin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Mathieu Lirzin @ 2016-01-27 20:45 UTC (permalink / raw
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1716 bytes --]



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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-01-28  9:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 20:45 [Shepherd][PATCH 0/4] Move documentation to a 'doc' directory Mathieu Lirzin
2016-01-27 20:45 ` [Shepherd][PATCH 1/4] build: Build Guile objects before generating man pages Mathieu Lirzin
2016-01-27 22:55   ` Ludovic Courtès
2016-01-27 23:15     ` Mathieu Lirzin
2016-01-28  9:09       ` Ludovic Courtès
2016-01-27 20:45 ` [Shepherd][PATCH 2/4] doc: Move examples to the 'doc/examples' directory Mathieu Lirzin
2016-01-27 22:57   ` Ludovic Courtès
2016-01-27 20:45 ` [Shepherd][PATCH 3/4] doc: Move manual to the 'doc' directory Mathieu Lirzin
2016-01-27 22:58   ` Ludovic Courtès
2016-01-27 20:45 ` [Shepherd][PATCH 4/4] doc: Move man pages " Mathieu Lirzin
2016-01-27 22:57   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.