Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3d32eb

Browse files
committed
In SGML we only need to worry about "<", not ">"; update scripts.
1 parent6416a82 commitb3d32eb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎src/tools/RELEASE_CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For Major Releases
4444
o document all new features
4545
o update help output from inside the programs
4646
o doc/src/sgml/ref manual pages
47-
o convert any literal "<" and ">" characters, use tools/find_gt_lt
47+
o convert any literal "<" and ">" characters, use tools/find_lt
4848
o update the sizes specified for installation requirements
4949
(doc/src/sgml/installation.sgml, section "install-requirements")
5050
o update the shared memory size requirement table

‎src/tools/find_gt_lt

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎src/tools/find_lt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
# src/tools/find_lt
4+
# SGML is fine with ">"
5+
6+
grep"$@"'<[^]a-z0-9"/!-]'*.sgml ref/*.sgml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp