The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/346

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From a05906960860675424191e8194afb0b03a2a3984 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Wed, 4 Mar 2020 18:33:16 +0100
Subject: [PATCH] man: fix manpage generation

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 src/Makefile.am | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 6c68632..3cf4a94 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -88,13 +88,14 @@ lxcfs_CFLAGS = $(AM_CFLAGS)
 lxcfs_LDFLAGS = $(AM_LDFLAGS)
 bin_PROGRAMS = lxcfs
 
-EXTRA_DIST = ../man/lxcfs.man.add ../lxcfs.spec
+EXTRA_DIST = $(top_srcdir)/man/lxcfs.man.add $(top_srcdir)/lxcfs.spec
 
 if HAVE_HELP2MAN
-man_MANS = ../man/lxcfs.1
 
-lxcfs.1: lxcfs ../man/lxcfs.man.add
-       $(HELP2MAN) -n "System virtualization filesystem for containers" 
--no-discard-stderr -s 1 -I ../man/lxcfs.man.add -N ./lxcfs > ../man/lxcfs.1
+dist_man_MANS = $(top_srcdir)/man/lxcfs.1
+
+lxcfs.1: lxcfs $(top_srcdir)/man/lxcfs.man.add
+       $(HELP2MAN) -n "System virtualization filesystem for containers" 
--no-discard-stderr -s 1 -I $(top_srcdir)/man/lxcfs.man.add -N ./lxcfs > 
$(top_srcdir)/man/lxcfs.1
 endif
 
 TEST_READ: tests/test-read.c
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to