I cannot edit my own ticket and one hunk of the patch was not posted inline (other then the previously mentioned EUC file rm hunk that was intentionally not inline). Please use the attached file, the inline diffs are only for ease of review. Here is the hunk that was not inline in the ticket: diff --git a/configure.ac b/configure.ac index bb39e74fa..061421a6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1124,6 +1124,7 @@ AC_CONFIG_FILES([Makefile docs/Makefile m4/Makefile man/Makefile + man/ja/Makefile...
gnuplot-ja.1 is not rendering correctly
Regression for man page installation
Regression in distribution archive make(1) targets
"make info" fails for sources from master
I also confirm that commit 93edc94 allows 'make install-info' to succeed.
On Mon, 23 Mar 2020, engelbert gruber wrote: man 7 man says: Title line The first command in a man page (after comment lines, that is, lines that start with .\") should be .TH title section date source manual pod2man ignores this obviously, ... Well, not exactly. IMO, Man(7) is written for a beginner man page author, and the line you quote is intentionally over simplified. Man pages are roff source files. In roff there is no such thing as a 'command'. In roff terminology there are 'requests' and...
On Sun, 22 Mar 2020, Ethan Merritt wrote: By the way, I still don't understand what would be special about "origin". The same issue of having entries at multiple sectioning levels applies also to "bins" "boxplot" "examples" "every" and so on. I 'think' it is somewhat by chance. When name collisions happen it starts appending underscores ''. So: origin, origin, ... Whichever one matches the x-ref is blessed as the reference. If it happens to be a keyword, it will not get a 'node', which is like the...