[Libreoffice-commits] dev-tools.git: helpauthoring/README

Eike Rathke erack at redhat.com
Thu Oct 29 19:41:11 UTC 2015


 helpauthoring/README |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit fea7028aefd4c989b2fa5e803788674de8860fbd
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Oct 29 20:37:50 2015 +0100

    helpauthoring: clarify on help/ vs helpcontent2/
    
    Confusingly it is the same thing but named differently depending on
    cloned repository vs submodule.

diff --git a/helpauthoring/README b/helpauthoring/README
index baed178..2a88db3 100644
--- a/helpauthoring/README
+++ b/helpauthoring/README
@@ -19,11 +19,19 @@ and start hacking it.  Most probably you'll want to do improvements to the
 To do that the most effectively, choose a reasonably complicated .xhp file,
 like:
 
+  help/source/text/schart/01/type_stock.xhp
+
+if you did an independent
+git clone git://gerrit.libreoffice.org/help
+as suggested in https://wiki.documentfoundation.org/Documentation/Help
+
+or if you are in the developers' work tree with submodules
+
   helpcontent2/source/text/schart/01/type_stock.xhp
 
 convert it to .fodt (Save As... in Writer), and then use:
 
-  xsltproc helpauthoring/filter/soffice2xmlhelp.xsl helpcontent2/source/text/schart/01/type_stock.fodt > out
+  xsltproc helpauthoring/filter/soffice2xmlhelp.xsl help/source/text/schart/01/type_stock.fodt > out
 
 When you are happy with the improved output in 'out', commit & push the
 improved soffice2xmlhelp.xsl via gerrit.


More information about the Libreoffice-commits mailing list