Changeset cb91b72
- Timestamp:
- 2005-11-26T01:42:20Z (19 years ago)
- Branches:
- master
- Children:
- 30f248a
- Parents:
- 8045d37 (diff), 1aa7ec7d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r8045d37 rcb91b72 18 18 19 19 all: $(OUTFILE) 20 $(MAKE) -C doc 20 21 21 22 uninstall: uninstall-bin uninstall-doc -
doc/Makefile
r8045d37 rcb91b72 1 1 -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 2 6 3 7 install: -
doc/user-guide/docbook.xsl
r8045d37 rcb91b72 19 19 20 20 <xsl:template match="ircaction"> 21 <xsl:text> * </xsl:text><xsl:value-of select="@nick"/><xsl: value-of select="normalize-space(.)"/><xsl:text> </xsl:text>21 <xsl:text> * </xsl:text><xsl:value-of select="@nick"/><xsl:text> </xsl:text><xsl:value-of select="normalize-space(.)"/><xsl:text> </xsl:text> 22 22 </xsl:template> 23 23
Note: See TracChangeset
for help on using the changeset viewer.