aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-01-16 07:43:01 +0000
committerWerner Koch <[email protected]>2019-01-16 07:43:44 +0000
commit5d2b20a04b526d090a2328bd79bc3a76ced327dc (patch)
tree93669a41b05227e6b2ecd0decbb842c156e9269d
parentbuild: Fix for BSD make. (diff)
downloadlibgpg-error-5d2b20a04b526d090a2328bd79bc3a76ced327dc.tar.gz
libgpg-error-5d2b20a04b526d090a2328bd79bc3a76ced327dc.zip
build: Fix regression in make distcheck
* doc/Makefile.am (errorref.txt.x): -- Fixes-commit: fd6f64f1897e00b1d9711463ebb6ec7d099e1995 Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d7994d6..5d6f201 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -79,7 +79,7 @@ gpgrt.texi : $(gpgrt_TEXINFOS)
touch $(srcdir)/gpgrt.texi
errorref.txt.x : errorref.txt
- sed '/^##/ d' errorref.txt >$@
+ sed '/^##/ d' $(srcdir)/errorref.txt >$@
echo "# Installed by $(PACKAGE_NAME) $(PACKAGE_VERSION)" >>$@
install-data-local: errorref.txt.x