1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

add pdf2htmlEX-config.h

This commit is contained in:
Lu Wang 2012-09-11 02:14:47 +08:00
parent 181d0242cc
commit 0e4f418766

View File

@ -12,8 +12,8 @@
#include <string>
static const std::string PDF2HTMLEX_VERSION = "0.3";
static const std::string PDF2HTMLEX_PREFIX = "/usr";
static const std::string PDF2HTMLEX_DATA_PATH = "/usr""/share/pdf2htmlEX";
static const std::string PDF2HTMLEX_PREFIX = "/usr/local";
static const std::string PDF2HTMLEX_DATA_PATH = "/usr/local""/share/pdf2htmlEX";
#endif //PDF2HTMLEX_CONFIG_H__