summaryrefslogtreecommitdiff
path: root/helpauthoring
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-10-29 20:37:50 +0100
committerEike Rathke <erack@redhat.com>2015-10-29 20:40:29 +0100
commitfea7028aefd4c989b2fa5e803788674de8860fbd (patch)
treee13b8a0ab9032295f74000be5c3141b01d8ac4c1 /helpauthoring
parentbe70d9edbd52c0cc0fd82647e7af00ac38a327e7 (diff)
helpauthoring: clarify on help/ vs helpcontent2/
Confusingly it is the same thing but named differently depending on cloned repository vs submodule.
Diffstat (limited to 'helpauthoring')
-rw-r--r--helpauthoring/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/helpauthoring/README b/helpauthoring/README
index baed1781..2a88db39 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.