Documentation Tools

Changeset 228


Ignore:
Timestamp:
10/19/07 07:31:20 (5 years ago)
Author:
kate
Message:

Whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mk/puredocs.mk

    • Property svn:keywords set to Id
    r153 r228  
     1# $Id$ 
    12 
    23PUREDOCS_XSL =  http://xsl.packagegrid.org/puredocs/ 
    3 XSLT =                  xsltproc --xinclude  
     4XSLT =                  xsltproc --xinclude 
    45XHTMLSTYLE =    ../doctools/xsl/puredocs.xsl 
    56 
     
    78XHTMLDIR =              ../xhtml 
    89RESOURCES =     ../doctools/resources/*.css ../doctools/resources/*.png 
    9 CSSFILE =               api.css  
     10CSSFILE =               api.css 
    1011STYLEOPT=               --stringparam title $(TITLE) 
    1112 
    1213PUREDOCS =              puredocs 
    1314FORMAT =                rstxml 
    14                                  
     15 
    1516all: xhtml 
    1617 
    17 xhtml: $(XHTMLDIR)/$(SUBDIR)/index.html  
     18xhtml: $(XHTMLDIR)/$(SUBDIR)/index.html 
    1819 
    1920puredocs.xml: $(XMLDIR) 
     
    2122 
    2223$(XHTMLDIR)/$(SUBDIR)/index.html: puredocs.xml resources 
    23         $(XSLT) $(STYLEOPT) -o $(XHTMLDIR)/$(SUBDIR)/index.html $(XHTMLSTYLE) $(XMLDIR)/puredocs.xml 
     24        $(XSLT) $(STYLEOPT) -o $(XHTMLDIR)/$(SUBDIR)/index.html \ 
     25                $(XHTMLSTYLE) $(XMLDIR)/puredocs.xml 
    2426 
    2527$(XHTMLDIR)/$(SUBDIR): 
     
    3234        cp -r $(RESOURCES) $(XHTMLDIR)/$(SUBDIR) 
    3335 
    34 clean:  
     36clean: 
    3537        rm -rf $(XHTMLDIR)/$(SUBDIR) 
    3638 
Note: See TracChangeset for help on using the changeset viewer.