From: Goldwyn Rodrigues <rgoldwyn@gmail.com>
To: linux-btrfs@vger.kernel.org
Subject: [btrfs-progs 4/4] Modify Makefile to include man directory
Date: Tue, 13 Jan 2009 18:21:19 +0530 [thread overview]
Message-ID: <20090113125119.GA15224@baloo.junglebook> (raw)
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@gmail.com>
---
Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 3349079..8f21c27 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ endif
$(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $<
-all: version $(progs)
+all: version $(progs) manpages
version:
bash version.sh
@@ -68,10 +68,17 @@ quick-test: $(objects) quick-test.o
convert: $(objects) convert.o
gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o -lext2fs $(LDFLAGS) $(LIBS)
+manpages:
+ cd man; make
+
+install-man:
+ cd man; make install
+
clean :
rm -f $(progs) cscope.out *.o .*.d btrfs-convert
+ cd man; make clean
-install: $(progs)
+install: $(progs) install-man
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(progs) $(DESTDIR)$(bindir)
if [ -e btrfs-convert ]; then $(INSTALL) btrfs-convert $(DESTDIR)$(bindir); fi
--
1.6.0.2
--
Goldwyn
reply other threads:[~2009-01-13 12:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090113125119.GA15224@baloo.junglebook \
--to=rgoldwyn@gmail.com \
--cc=linux-btrfs@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox