From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [Shepherd][PATCH 0/4] Move documentation to a 'doc' directory. Date: Wed, 27 Jan 2016 21:45:30 +0100 Message-ID: <1453927534-32056-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.7.0.rc3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOWya-0007ui-0P for guix-devel@gnu.org; Wed, 27 Jan 2016 15:46:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOWyX-0000R8-9Q for guix-devel@gnu.org; Wed, 27 Jan 2016 15:46:03 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.7.0.rc3 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable Regarding patch 4, Deleting =E2=80=98man-page-target=E2=80=99 function (w= hich was just added) was a personal choice. I don't like the use of =E2=80=9Cfancy=E2=80=9D G= NU Make features which provide another layer of complexity on top of Automake's paradigm w= hich 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 --=20 2.7.0.rc3 --------------2.7.0.rc3--