summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2009-02-16 08:47:27 +0000
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-02-16 08:47:27 +0000
commit3056bce6cd2314f5cae308595c9cec33bd2e4e57 (patch)
tree24fc9f981c8bf9cea7d0e69886d7d9a48e2cfbb7
parent0c8f9d54c6d49bba08767fb9a1593c5a4b85445b (diff)
downloadlibcg-3056bce6cd2314f5cae308595c9cec33bd2e4e57.tar.gz
libcg-3056bce6cd2314f5cae308595c9cec33bd2e4e57.tar.xz
libcg-3056bce6cd2314f5cae308595c9cec33bd2e4e57.zip
libcgroup: Add man pages to Makefile
From: Jan Safranek <jsafrane@redhat.com> The man page is in Makefile.in now, make install should install it to appropriate place. Signed-off-by: Jan Safranek <jsafrane@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@327 4f4bb910-9a46-0410-90c8-c897d4f1cd53
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c0f68a7..ce0cc0b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,6 +22,8 @@ libdir=@libdir@
includedir=@includedir@
prefix=@prefix@
exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
+mandir=@mandir@
INSTALL=install
INSTALL_DATA=install -m 644
PACKAGE_VERSION=@PACKAGE_VERSION@
@@ -73,6 +75,7 @@ install: $(TARGETS)
$(INSTALL) -D cgexec $(DESTDIR)$(bindir)/cgexec
$(INSTALL) -D cgclassify $(DESTDIR)$(bindir)/cgclassify
$(INSTALL) -D cgrulesengd $(DESTDIR)$(bindir)/cgrulesengd
+ $(INSTALL) -D doc/man/cgconfig.conf.5 $(DESTDIR)$(mandir)/man5/cgconfig.conf.5
uninstall: libcgroup.so
rm -f $(DESTDIR)$(includedir)/libcgroup.h
@@ -83,6 +86,7 @@ uninstall: libcgroup.so
rm -f $(DESTDIR)$(bindir)/cgexec
rm -f $(DESTDIR)$(bindir)/cgclassify
rm -f $(DESTDIR)$(bindir)/cgrulesengd
+ rm -f $(DESTDIR)$(mandir)/man5/cgconfig.conf.5
clean:
\rm -f y.tab.c y.tab.h lex.yy.c y.output libcgroup.so cgclassify \