[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/Makefile.am (wwwdoc-build): fix Pod/Simple/
From: |
Patrice Dumas |
Subject: |
branch master updated: * doc/Makefile.am (wwwdoc-build): fix Pod/Simple/Texinfo.pm out of source path. |
Date: |
Sun, 08 Sep 2024 05:35:18 -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 31b99460d0 * doc/Makefile.am (wwwdoc-build): fix Pod/Simple/Texinfo.pm
out of source path.
31b99460d0 is described below
commit 31b99460d0141552d90ecb19bd3d4c71c3bcb94d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Sep 8 11:35:19 2024 +0200
* doc/Makefile.am (wwwdoc-build): fix Pod/Simple/Texinfo.pm out of
source path.
---
ChangeLog | 5 +++++
doc/Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d09f71fb8f..5e1ffb94c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-08 Patrice Dumas <pertusus@free.fr>
+
+ * doc/Makefile.am (wwwdoc-build): fix Pod/Simple/Texinfo.pm out of
+ source path.
+
2024-09-08 Patrice Dumas <pertusus@free.fr>
* doc/Makefile.am (gendocs_envvars, wwwdoc-build): fix out of source
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 066a36d9c9..fe40b86032 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -168,7 +168,7 @@ wwwdoc-build:
&& ln -s ../$(srcdir)/*.texi . \
&& ln -s ../$(srcdir)/tp_api/*.texi . \
&& ln -s ../$(srcdir)/tp_api/api_includes . \
- && ln -s
../$(srcdir)/../../../Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm Pod/Simple \
+ && ln -s
../../../$(srcdir)/../Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm Pod/Simple \
&& $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \
&& $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \
&& $(gendocs_invoke) $(manual3_flags) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/Makefile.am (wwwdoc-build): fix Pod/Simple/Texinfo.pm out of source path.,
Patrice Dumas <=