[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: prefix target file names in srcdir with '$(s
From: |
Patrice Dumas |
Subject: |
branch master updated: doc: prefix target file names in srcdir with '$(srcdir)/' |
Date: |
Tue, 11 Jun 2024 04:42:50 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new f3a4adf638 doc: prefix target file names in srcdir with '$(srcdir)/'
f3a4adf638 is described below
commit f3a4adf6383ad99e5913fadc2e9d2146384d659c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Jun 11 10:42:42 2024 +0200
doc: prefix target file names in srcdir with '$(srcdir)/'
* doc/Makefile.am (html_default_commands_args.texi): prefix the
target file names which is created in srcdir with '$(srcdir)/'.
---
ChangeLog | 7 +++++++
doc/Makefile.am | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index da88b28cdd..bcc9e1dceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-06-11 Patrice Dumas <pertusus@free.fr>
+
+ doc: prefix target file names in srcdir with '$(srcdir)/'
+
+ * doc/Makefile.am (html_default_commands_args.texi): prefix the
+ target file names which is created in srcdir with '$(srcdir)/'.
+
2024-06-11 Patrice Dumas <pertusus@free.fr>
tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e3727e9f84..aa1def7f4c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -46,7 +46,7 @@ endif
TXI_MODULES_ENV = srcdir="$(srcdir)"; export srcdir;
-html_default_commands_args.texi: $(top_srcdir)/tp/Texinfo/Convert/HTML.pm
$(srcdir)/generate_html_doc_texi.pl
+$(srcdir)/html_default_commands_args.texi:
$(top_srcdir)/tp/Texinfo/Convert/HTML.pm $(srcdir)/generate_html_doc_texi.pl
$(TXI_MODULES_ENV) $(PERL) $(srcdir)/generate_html_doc_texi.pl
$(srcdir)/html_default_commands_args.texi
# We'd also like to use something like this, but Automake calls
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: prefix target file names in srcdir with '$(srcdir)/',
Patrice Dumas <=