mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Fix info/DIR generation broken by update to Org manual
* build-aux/make-info-dir: Adapt to latest changes in Org manual's markup.
This commit is contained in:
parent
af9bf86bd7
commit
eb5aafb0f4
@ -86,7 +86,7 @@ exec "${AWK-awk}" '
|
||||
for (dircat = 0; dircat < ntopics && topic[dircat] != $0; dircat++)
|
||||
continue;
|
||||
}
|
||||
if (tolower($0) ~ /^#\+texinfo_dir_title/) {
|
||||
if (tolower($0) ~ /^#\+(texinfo_dir_title|texinfo_dir_name)/) {
|
||||
sub(/^#[^:]*: /, "")
|
||||
## Note this does not fill any long descriptions.
|
||||
data[dircat] = data[dircat] sprintf("* %-30s", ($0 ". "))
|
||||
|
Loading…
Reference in New Issue
Block a user