mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
ui and doc directories are now under psmdata
This commit is contained in:
parent
2ec6c748ef
commit
ebd1144a8b
@ -39,12 +39,12 @@
|
||||
|
||||
/* Doc subdirectory */
|
||||
#ifdef XP_UNIX
|
||||
#define PSM_DOC_DIR "./doc/"
|
||||
#define PSM_DOC_DIR "./psmdata/doc/"
|
||||
#else
|
||||
#ifdef XP_MAC
|
||||
#define PSM_DOC_DIR ":doc:"
|
||||
#else
|
||||
#define PSM_DOC_DIR ".\\doc\\"
|
||||
#define PSM_DOC_DIR ".\\psmdata\\doc\\"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user