[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * README-hacking: update C flags. Add text about
From: |
Patrice Dumas |
Subject: |
branch master updated: * README-hacking: update C flags. Add text about manuals interesting for the testing of HTML customization API and change of API. |
Date: |
Fri, 01 Nov 2024 16:27:35 -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 00fbff5cbe * README-hacking: update C flags. Add text about manuals
interesting for the testing of HTML customization API and change of API.
00fbff5cbe is described below
commit 00fbff5cbe0884b9cd612a19460d5f0241a77eca
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Nov 1 21:27:24 2024 +0100
* README-hacking: update C flags.
Add text about manuals interesting for the testing of HTML
customization API and change of API.
---
ChangeLog | 6 ++++++
README-hacking | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b8b8acd3ae..7e5f22790c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-01 Patrice Dumas <pertusus@free.fr>
+
+ * README-hacking: update C flags.
+ Add text about manuals interesting for the testing of HTML
+ customization API and change of API.
+
2024-10-31 Gavin Smith <gavinsmith0123@gmail.com>
Ease index files format conversion
diff --git a/README-hacking b/README-hacking
index 80b2021d47..33b74e80b8 100644
--- a/README-hacking
+++ b/README-hacking
@@ -322,10 +322,13 @@ Manual testing:
. process doc/texinfo-tex-test.texi with TeX and check that output is good.
. process some manuals with INFO_JS_DIR and check the JS interface is
not broken.
+. if necessary, check if the HTML customization API can be updated for
+ - lilypond Documentation/lilypond.init
+ - ffmpeg doc/t2h.pm
check for C compiler warnings by configuring with
-our_CFLAGS='-Wall -Wno-parentheses -Wno-missing-braces'
+our_CFLAGS='-Wall -Wformat-security -Wstrict-prototypes -Wno-parentheses'
./configure "CFLAGS=$our_CFLAGS" "PERL_EXT_CFLAGS=$our_CFLAGS"
unset our_CFLAGS
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * README-hacking: update C flags. Add text about manuals interesting for the testing of HTML customization API and change of API.,
Patrice Dumas <=