1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +00:00

fixes #513; 0.14.2

This commit is contained in:
Lu Wang 2015-05-01 19:04:00 +08:00
parent 68f0977e9a
commit 394354f255
2 changed files with 1 additions and 8 deletions

View File

@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and
include_directories(${CMAKE_SOURCE_DIR}/src)
set(PDF2HTMLEX_VERSION "0.14.1")
set(PDF2HTMLEX_VERSION "0.14.2")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD

View File

@ -76,13 +76,6 @@ void show_version_and_exit(const char * dummy = nullptr)
#endif
cerr << endl;
// TODO: define constants
if(ffw_get_version() < 20130101LL)
{
cerr << endl
<< "Warning: pdf2htmlEX has been built with a too old version of Fontforge, which is not supported." << endl;
}
cerr << endl;
exit(EXIT_SUCCESS);
}