mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
NEWS.md: link from TOC to each section
This commit is contained in:
parent
f9f4219ed4
commit
b5b257092d
3 changed files with 163 additions and 57 deletions
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*.o
|
||||
find-banned
|
||||
rip
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ int main(int argc, char **argv)
|
|||
*p = '\0';
|
||||
}
|
||||
/* Do not process the references at the bottom of NEWS.md */
|
||||
if (!strncmp(line, "[0.1.0]", 7)) {
|
||||
if (!strncmp(line, "[0.1.0-commits]", 15)) {
|
||||
break;
|
||||
}
|
||||
process_line(line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue