Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon McVittie
libcapsule
Commits
659e6a0e
Commit
659e6a0e
authored
Sep 15, 2017
by
Simon McVittie
Browse files
docs: Look for devhelp2man.xslt in $(srcdir), not $(builddir)
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
e6eea9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation.mk
View file @
659e6a0e
...
...
@@ -39,7 +39,7 @@ if ENABLE_GTK_DOC
xml/capsule.xml
:
docs
%.3.xml
:
xml/capsule.xml doc/devhelp2man.xslt
$(AM_V_GEN)
$(XSLTPROC_STD)
$(XSLT_CAPARGS)
$*
doc/devhelp2man.xslt
$<
>
$@
$(AM_V_GEN)
$(XSLTPROC_STD)
$(XSLT_CAPARGS)
$*
$(srcdir)
/
doc/devhelp2man.xslt
$<
>
$@
%.3
:
%.3.xml
$(AM_V_GEN)
$(XSLTPROC_STD)
$(XSLT_MAN)
$<
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment