Skip to content

Commit

Permalink
Explain how to set up docs softlink on webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Feb 21, 2014
1 parent 8910300 commit 81bfba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
docs
gnucash-htdocs.pot
POTFILES
messages.mo
Expand Down
5 changes: 5 additions & 0 deletions README
Expand Up @@ -75,6 +75,11 @@ Note about folders
- "externals" folder contains images linked to external sources (e.g. logo_w120.png
is used on the wiki and packtpub_gnucash_2.4cov.png is linked to the external
book website)
- "docs" is supposed to hold copies of the compiled documentation (html, pdf, epub,...)
This used to be a version managed directory inside this repository. It has been
moved into a separate repository in 2014. The php website code still assumes this directory
to exist though. So in order to satisfy this code a softlink should be set up
on the webserver: docs->"real location of compiled docs"

----------------------
Preparing translations
Expand Down

0 comments on commit 81bfba9

Please sign in to comment.