Changes in / [cb91b72:8045d37]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcb91b72 r8045d37  
    1818
    1919all: $(OUTFILE)
    20         $(MAKE) -C doc
    2120
    2221uninstall: uninstall-bin uninstall-doc
  • doc/Makefile

    rcb91b72 r8045d37  
    11-include ../Makefile.settings
    2 
    3 all:
    4         # Only build the docs if this is a bzr checkout
    5         test ! -d ../.bzr || $(MAKE) -C user-guide
    62
    73install:
  • doc/user-guide/docbook.xsl

    rcb91b72 r8045d37  
    1919
    2020        <xsl:template match="ircaction">
    21                 <xsl:text> * </xsl:text><xsl:value-of select="@nick"/><xsl:text> </xsl:text><xsl:value-of select="normalize-space(.)"/><xsl:text>&#10;</xsl:text>
     21                <xsl:text> * </xsl:text><xsl:value-of select="@nick"/><xsl:value-of select="normalize-space(.)"/><xsl:text>&#10;</xsl:text>
    2222        </xsl:template>
    2323
Note: See TracChangeset for help on using the changeset viewer.