From: Andrew Lunn <andrew@lunn.ch>
To: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@lists.open-mesh.org>
Cc: Sven Eckelmann <sven@narfation.org>
Subject: Re: [B.A.T.M.A.N.] [PATCH] alfred: Add installation of the alfred-gpsd manpage
Date: Wed, 16 Oct 2013 17:25:25 +0200 [thread overview]
Message-ID: <20131016152525.GD32495@lunn.ch> (raw)
In-Reply-To: <1381936460-2922-1-git-send-email-sven@narfation.org>
On Wed, Oct 16, 2013 at 05:14:20PM +0200, Sven Eckelmann wrote:
> It is nice to have a manpage somewhere but the user is most likely more
> interested in reading it from a familiar place. Installing it together with the
> binary seems appropriate because then the user only has to call his/her prefered
> manpage reader to get fast and easy access to information about everything the
> alfred-gpsd binary provides.
>
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Thanks Sven
Andrew
> ---
> Marek: can you create a html manpage for
> http://downloads.open-mesh.org/batman/manpages/ ?
>
> Thanks
>
> gpsd/Makefile | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/gpsd/Makefile b/gpsd/Makefile
> index eaf390b..9b21652 100644
> --- a/gpsd/Makefile
> +++ b/gpsd/Makefile
> @@ -21,6 +21,7 @@
> # alfred-gpsd build
> BINARY_NAME = alfred-gpsd
> OBJ = alfred-gpsd.o
> +MANPAGE = man/alfred-gpsd.8
>
> # alfred flags and options
> CFLAGS += -pedantic -Wall -W -std=gnu99 -fno-strict-aliasing -MD -MP
> @@ -64,6 +65,7 @@ LINK.o = $(Q_LD)$(CC) $(CFLAGS) $(LDFLAGS) $(TARGET_ARCH)
> # standard install paths
> PREFIX = /usr/local
> SBINDIR = $(PREFIX)/sbin
> +MANDIR = $(PREFIX)/share/man
>
> # try to generate revision
> REVISION= $(shell if [ -d ../.git ]; then \
> @@ -89,7 +91,9 @@ clean:
>
> install: $(BINARY_NAME)
> $(MKDIR) $(DESTDIR)$(SBINDIR)
> + $(MKDIR) $(DESTDIR)$(MANDIR)/man8
> $(INSTALL) -m 0755 $(BINARY_NAME) $(DESTDIR)$(SBINDIR)
> + $(INSTALL) -m 0644 $(MANPAGE) $(DESTDIR)$(MANDIR)/man8
>
> # load dependencies
> DEP = $(OBJ:.o=.d)
> --
> 1.8.4.rc3
>
next prev parent reply other threads:[~2013-10-16 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-16 15:14 [B.A.T.M.A.N.] [PATCH] alfred: Add installation of the alfred-gpsd manpage Sven Eckelmann
2013-10-16 15:25 ` Andrew Lunn [this message]
2013-10-22 20:34 ` Simon Wunderlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131016152525.GD32495@lunn.ch \
--to=andrew@lunn.ch \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=sven@narfation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.