Kipcool has submitted this change and it was merged.

Change subject: docgen output directory
......................................................................


docgen output directory

The output directory was set to a non write directory. Changed to a write
enabled directory.

Change-Id: I28ce9694d6bb7a3dd33ab85b93e717847b4da7b9
---
M Console/doxygen/docTemplate.cfg
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Kipcool: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/Console/doxygen/docTemplate.cfg b/Console/doxygen/docTemplate.cfg
index 1a320fb..ea05b3a 100644
--- a/Console/doxygen/docTemplate.cfg
+++ b/Console/doxygen/docTemplate.cfg
@@ -9,7 +9,7 @@
 PROJECT_BRIEF          =
 #PROJECT_LOGO           = /*$wgWLDdir*/../../images/omegawiki.PNG
 PROJECT_LOGO           = /*$wgWLDdir*/../../../images/omegawiki.PNG
-OUTPUT_DIRECTORY       = documents
+OUTPUT_DIRECTORY       = /*$wgWLDdownload*/manual
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES

-- 
To view, visit https://gerrit.wikimedia.org/r/125688
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I28ce9694d6bb7a3dd33ab85b93e717847b4da7b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiLexicalData
Gerrit-Branch: master
Gerrit-Owner: Hiong3-eng5 <[email protected]>
Gerrit-Reviewer: Hiong3-eng5 <[email protected]>
Gerrit-Reviewer: Kipcool <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to