strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a1fed2
)
swanctl: Correctly build man page in out-of-tree builds from the repository
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 27 Aug 2015 10:42:21 +0000
(12:42 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 27 Aug 2015 10:46:53 +0000
(12:46 +0200)
src/swanctl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/swanctl/Makefile.am
b/src/swanctl/Makefile.am
index
abf067a
..
703e574
100644
(file)
--- a/
src/swanctl/Makefile.am
+++ b/
src/swanctl/Makefile.am
@@
-48,7
+48,7
@@
CLEANFILES = $(man_MANS)
swanctl.conf.5.main: swanctl.opt
$(AM_V_GEN) \
-
$(PYTHON) $(top_srcdir)/conf/format-options.py -n -f man swanctl.opt > $(srcdir)/
$@
+
cd $(srcdir) && $(PYTHON) $(abs_top_srcdir)/conf/format-options.py -n -f man swanctl.opt >
$@
swanctl.conf.5: swanctl.conf.5.head swanctl.conf.5.main swanctl.conf.5.tail
$(AM_V_GEN) \