mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fixes #513; 0.14.2
This commit is contained in:
parent
68f0977e9a
commit
394354f255
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user