aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-02-06 22:47:41 +0100
committerDan Fandrich <dan@coneharvesters.com>2017-02-06 23:37:05 +0100
commitedb2d028551e54a4f328a8798353ca3cffef875e (patch)
treea187fce8ae180f6d7d847117ac3ee1c303fe5f71 /docs/cmdline-opts/Makefile.am
parent88bdd7cf6fba438bbb3d89641bf03b14e8feead6 (diff)
cmdline-opts: Fixed build and test in out of source tree builds
Diffstat (limited to 'docs/cmdline-opts/Makefile.am')
-rw-r--r--docs/cmdline-opts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/Makefile.am b/docs/cmdline-opts/Makefile.am
index 3467de156..c844bca4f 100644
--- a/docs/cmdline-opts/Makefile.am
+++ b/docs/cmdline-opts/Makefile.am
@@ -73,4 +73,4 @@ EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES)
all: $(MANPAGE)
$(MANPAGE): $(DPAGES) $(OTHERPAGES)
- @PERL@ gen.pl mainpage > $(MANPAGE)
+ @PERL@ $(srcdir)/gen.pl mainpage $(srcdir) > $(MANPAGE)