* Application to install man pages.
@ 2007-10-18 18:59 Evan Carroll
2007-10-19 1:16 ` Shawn O. Pearce
0 siblings, 1 reply; 2+ messages in thread
From: Evan Carroll @ 2007-10-18 18:59 UTC (permalink / raw)
To: git
This is a one liner but might help for simply a quick install of the
git manpages.
>From f5797d786fd4a6f9633054bb0f0ce894a06d6650 Mon Sep 17 00:00:00 2001
From: root <root@x60s.(none)>
Date: Thu, 18 Oct 2007 13:45:16 -0500
Subject: [PATCH] install_man.sh script which installs the man pages
---
install_man.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100755 install_man.sh
diff --git a/install_man.sh b/install_man.sh
new file mode 100755
index 0000000..b722425
--- /dev/null
+++ b/install_man.sh
@@ -0,0 +1,2 @@
+#/bin/sh
+ cp -R --copy-contents ./man* /usr/local/man
--
1.5.3.4.206.g58ba4
I was also wondering if it might be useful to have a command in the
master branch of the git repo that switches branches and installs the
man pages.. possibly as run in the makefile if .git exists then switch
branches, and run install_man.sh. Just an idea.
--
Evan Carroll
System Lord of the Internets
me@evancarroll.com
832-445-8877
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Application to install man pages.
2007-10-18 18:59 Application to install man pages Evan Carroll
@ 2007-10-19 1:16 ` Shawn O. Pearce
0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2007-10-19 1:16 UTC (permalink / raw)
To: Evan Carroll; +Cc: git
Evan Carroll <me@evancarroll.com> wrote:
> This is a one liner but might help for simply a quick install of the
> git manpages.
...
> +#/bin/sh
> + cp -R --copy-contents ./man* /usr/local/man
> --
Isn't this covered by the "make -C Documentation quick-install"?
Which is what "make quick-install-doc" does in the top level Makefile.
--
Shawn.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-19 1:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 18:59 Application to install man pages Evan Carroll
2007-10-19 1:16 ` Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).