This has not been updated in a while, catch up with the current format.
This commit is contained in:
parent
cc4bbecdf2
commit
46ee99cd02
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49647
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ while (<>) {
|
||||||
next unless (m,^(.*/)([\w\._-]+)\.(\d\w*)(\.gz)?$,);
|
next unless (m,^(.*/)([\w\._-]+)\.(\d\w*)(\.gz)?$,);
|
||||||
my ($entity, $page, $volume) = ($2, $2, $3);
|
my ($entity, $page, $volume) = ($2, $2, $3);
|
||||||
$entity =~ y/_/./;
|
$entity =~ y/_/./;
|
||||||
print "<!ENTITY man.$entity.$volume \"<citerefentry/<refentrytitle/$page/<manvolnum/$volume//\">\n";
|
print "<!ENTITY man.$entity.$volume \"<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>$page</refentrytitle><manvolnum>$volume</manvolnum></citerefentry>\">\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue