[exim-cvs] cvs commit: exim/exim-doc/doc-docbook Makefile

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nigel Metheringham
Ημερομηνία:  
Προς: exim-cvs
Αντικείμενο: [exim-cvs] cvs commit: exim/exim-doc/doc-docbook Makefile
nm4 2005/12/13 13:52:07 GMT

  Modified files:
    exim-doc/doc-docbook Makefile 
  Log:
  Changed invocations of Pre-xml to ./Pre-xml for those without . in their path


  Revision  Changes    Path
  1.5       +6 -6      exim/exim-doc/doc-docbook/Makefile


  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-docbook/Makefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile    1 Dec 2005 15:29:42 -0000    1.4
  +++ Makefile    13 Dec 2005 13:52:07 -0000    1.5
  @@ -1,4 +1,4 @@
  -# $Cambridge: exim/exim-doc/doc-docbook/Makefile,v 1.4 2005/12/01 15:29:42 ph10 Exp $
  +# $Cambridge: exim/exim-doc/doc-docbook/Makefile,v 1.5 2005/12/13 13:52:07 nm4 Exp $


# Make file for Exim documentation from Asciidoc source.

  @@ -22,13 +22,13 @@
             asciidoc -d book -b docbook -f MyAsciidoc.conf filter.ascd


   filter-fo.xml: filter.xml Pre-xml
  -          Pre-xml -bookinfo <filter.xml >filter-fo.xml
  +          ./Pre-xml -bookinfo <filter.xml >filter-fo.xml


   filter-html.xml: filter.xml Pre-xml
  -          Pre-xml -html <filter.xml >filter-html.xml
  +          ./Pre-xml -html <filter.xml >filter-html.xml


   filter-txt.xml: filter.xml Pre-xml
  -          Pre-xml -ascii -html <filter.xml >filter-txt.xml
  +          ./Pre-xml -ascii -html <filter.xml >filter-txt.xml


   filter.fo:    filter-fo.xml MyStyle-filter-fo.xsl MyStyle-fo.xsl MyStyle.xsl
             /bin/rm -rf filter.fo filter-fo.fo
  @@ -77,13 +77,13 @@
             asciidoc -d book -b docbook -f MyAsciidoc.conf spec.ascd


   spec-fo.xml:  spec.xml Pre-xml
  -          Pre-xml <spec.xml >spec-fo.xml
  +          ./Pre-xml <spec.xml >spec-fo.xml


   spec-html.xml: spec.xml Pre-xml
  -          Pre-xml -abstract -html -oneindex <spec.xml >spec-html.xml
  +          ./Pre-xml -abstract -html -oneindex <spec.xml >spec-html.xml


   spec-txt.xml: spec.xml Pre-xml
  -          Pre-xml -abstract -ascii -html -noindex <spec.xml >spec-txt.xml
  +          ./Pre-xml -abstract -ascii -html -noindex <spec.xml >spec-txt.xml


   spec.fo:      spec-fo.xml MyStyle-spec-fo.xsl MyStyle-fo.xsl MyStyle.xsl MyTitleStyle.xsl
             /bin/rm -rf spec.fo spec-fo.fo