You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/05/17 19:27:19 UTC

cvs commit: httpd-2.0/docs/manual/style build.xml

slive       02/05/17 10:27:19

  Modified:    docs/manual/style build.xml
  Log:
  We are going to need to use the file.xml.ja order, because multiviews will not
  work the other way.
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-2.0/docs/manual/style/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- build.xml	17 May 2002 17:24:41 -0000	1.2
  +++ build.xml	17 May 2002 17:27:19 -0000	1.3
  @@ -18,7 +18,7 @@
                destdir="../mod/"
              extension=".html"
                  style="./manual.en.xsl"
  -            excludes="*.ja.xml"
  +            excludes="*.xml.ja"
               includes="*.xml">
         <param name="relative-path" expression="."/>
       </style>
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/style build.xml

Posted by Joshua Slive <jo...@slive.ca>.
On 17 May 2002 slive@apache.org wrote:

> slive       02/05/17 10:27:19
>
>   Modified:    docs/manual/style build.xml
>   Log:
>   We are going to need to use the file.xml.ja order, because multiviews will not
>   work the other way.


Awww, shoot!  This doesn't work either.  Now ant transforms
mod_suexec.xml.ja into mod_suexec.xml.html.

Any suggestions?  I'm really getting frustrated with this.

Joshua.




---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org