aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAsier Llano <allano@hubbell.com>2022-07-21 16:27:19 +0200
committerSteve Bennett <steveb@workware.net.au>2022-07-27 22:35:55 +1000
commit0e8795e72c0b76fb007963714c60da72caeb0ee8 (patch)
tree020401bd0a0a9631d7f684c9e4b60d11a5452f42 /Makefile.in
parent6164aaf837de4d43b0e797be380a9ad15a30c1ae (diff)
downloadjimtcl-0e8795e72c0b76fb007963714c60da72caeb0ee8.zip
jimtcl-0e8795e72c0b76fb007963714c60da72caeb0ee8.tar.gz
jimtcl-0e8795e72c0b76fb007963714c60da72caeb0ee8.tar.bz2
Fixed when source dir and build dir not the same
When the build directory and the source directory do not match some files are looked in the build directory. Fixed it. Signed-off-by: Asier Llano <allano@hubbell.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 97d2839..5c149c9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -187,7 +187,7 @@ install-docs: docs
install-docs:
$(INSTALL_DATA_DIR) $(DESTDIR)$(docdir)
@echo "Warning: asciidoc not available - installing Tcl_shipped.html"
- $(INSTALL_DATA) Tcl_shipped.html $(DESTDIR)$(docdir)/Tcl.html
+ $(INSTALL_DATA) @srcdir@/Tcl_shipped.html $(DESTDIR)$(docdir)/Tcl.html
@endif
Tcl.html: jim_tcl.txt @srcdir@/make-index