On Tue, Jul 28, 2020 at 07:32:01AM -0400, Eric Covener wrote:
> FYI I am seeing if I can coordinate with Humbedooh to change all the
> generated files without one of those 17-part commit threads.
> But I will probably just commit in the next few hours either way.

Does this still need to be done for trunk?  I'm kind of lost here (as 
usual with the docs), but running "./build.sh all" in trunk gives me a 
tonne of *.html.en.utf8 files.

I have docs/manual/build at r1880369

Should we do a mass "svn mv" for .html.en to .html.en.utf8?

Regards, Joe


> 
> On Tue, Jul 28, 2020 at 7:21 AM <[email protected]> wrote:
> >
> > Author: covener
> > Date: Tue Jul 28 11:21:32 2020
> > New Revision: 1880368
> >
> > URL: http://svn.apache.org/viewvc?rev=1880368&view=rev
> > Log:
> > use .utf8 output
> >
> >
> > Modified:
> >     httpd/httpd/trunk/docs/manual/style/lang-targets.xml
> >
> > Modified: httpd/httpd/trunk/docs/manual/style/lang-targets.xml
> > URL: 
> > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/lang-targets.xml?rev=1880368&r1=1880367&r2=1880368&view=diff
> > ==============================================================================
> > --- httpd/httpd/trunk/docs/manual/style/lang-targets.xml (original)
> > +++ httpd/httpd/trunk/docs/manual/style/lang-targets.xml Tue Jul 28 
> > 11:21:32 2020
> > @@ -75,7 +75,7 @@
> >  <!-- English                                                              
> > -->
> >  <!-- ==================================================================== 
> > -->
> >  <property value=".xml" name="inputext.en"/>
> > -<property value=".html.en" name="outputext.en"/>
> > +<property value=".html.en.utf8" name="outputext.en"/>
> >
> >  <target description="- builds English HTML files" name="en">
> >      <html.generic lang="en"/>
> > @@ -312,4 +312,4 @@
> >      </xmlvalidate>
> >  </target>
> >
> > -</project>
> > \ No newline at end of file
> > +</project>
> >
> >
> 
> 
> -- 
> Eric Covener
> [email protected]
> 

Reply via email to