[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 14 Jan 2022 05:13:58 -0500 (EST) |
branch: master
commit 99731ba07018f268f1188a9ff9c7df7df85f95b6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 14 11:12:48 2022 +0100
Change comments and remove a wrong tp_api_TEXINFOS variable
---
doc/tp_api/Makefile.am | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index 805ac2a39a..42f99ed1b6 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -18,10 +18,13 @@ MAKEINFO = $(PERL) -I $(top_srcdir)/tp/
$(top_srcdir)/tp/texi2any.pl
if BUILD_PERL_API_TEXI
dist_info_TEXINFOS = tp_api.texi
-#info_TEXINFOS_SOURCES = tp_api.texi
-tp_api_TEXINFOS = tp_api.texi
-#dist_tp_api_TEXINFOS = tp_api.texi
-#tp_api_SOURCES = tp_api.texi
+# in 2022 an info_TEXINFOS variable is not allowed in a conditional
+#info_TEXINFOS = tp_api.texi
+
+# dependencies are in api_includes/ directory but we do not want to list
+# them explicitely
+#tp_api_TEXINFOS =
+#dist_tp_api_TEXINFOS =
BUILT_SOURCES = tp_api.texi