Skip to content

Commit

Permalink
Update DocBook manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Malvineous committed Dec 5, 2014
1 parent bc14106 commit e537a12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ MAINTAINERCLEANFILES = $(man_MANS) $(HTML_MAN)
xmlto --skip-validation man -m $(<D)/camoto.xsl $<

%.html: %.xml camoto.xsl
xmlto --skip-validation html-nochunks -m $(<D)/camoto.xsl $<
xmlto --skip-validation xhtml-nochunks -m $(<D)/camoto.xsl $<
2 changes: 1 addition & 1 deletion doc/camoto.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xsl:param name="citerefentry.link" select="1"/>

<xsl:template name="generate.citerefentry.link">
<xsl:text>./manpage?prog=</xsl:text>
<xsl:text>/camoto/manpage/</xsl:text>
<xsl:value-of select="refentrytitle"/>
</xsl:template>

Expand Down
2 changes: 1 addition & 1 deletion doc/dro2txt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<refsect1 id="bugs">
<title id="bugs-title">Bugs and Questions</title>
<para>
Report bugs at <ulink>http://www.shikadi.net/camoto/bugs/</ulink>
Report bugs at <ulink url="http://www.shikadi.net/camoto/bugs/">http://www.shikadi.net/camoto/bugs/</ulink>
</para>
<para>
Ask questions about Camoto or modding in general at the <ulink
Expand Down
2 changes: 1 addition & 1 deletion doc/gamemus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<refsect1 id="bugs">
<title id="bugs-title">Bugs and Questions</title>
<para>
Report bugs at <ulink>http://www.shikadi.net/camoto/bugs/</ulink>
Report bugs at <ulink url="http://www.shikadi.net/camoto/bugs/">http://www.shikadi.net/camoto/bugs/</ulink>
</para>
<para>
Ask questions about Camoto or modding in general at the <ulink
Expand Down

0 comments on commit e537a12

Please sign in to comment.