From 3056bce6cd2314f5cae308595c9cec33bd2e4e57 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Mon, 16 Feb 2009 08:47:27 +0000 Subject: libcgroup: Add man pages to Makefile From: Jan Safranek The man page is in Makefile.in now, make install should install it to appropriate place. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@327 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- cgit