From 8c162f99f214fdcb8b0621ebe4ecde9bc44aee98 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 31 Aug 2012 21:52:50 +0800 Subject: [PATCH] install manpage --- CMakeLists.txt | 1 + pdf2htmlEX.1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a1ee61..8de55ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,3 +46,4 @@ target_link_libraries(pdf2htmlEX poppler boost_program_options boost_filesystem install (TARGETS pdf2htmlEX DESTINATION bin) file (GLOB datafiles share/*) install (FILES ${datafiles} DESTINATION share/pdf2htmlEX) +install (FILES pdf2htmlEX.1 DESTINATION man/man1) diff --git a/pdf2htmlEX.1 b/pdf2htmlEX.1 index d92fa52..6692517 100644 --- a/pdf2htmlEX.1 +++ b/pdf2htmlEX.1 @@ -87,7 +87,7 @@ Specify a ratio greater than 1 would resolve this issue. .B --always-apply-tounicode <0|1> (Default: 0) A ToUnicode map may be provided for fonts in PDF which indicates the 'meaning' of the characters. -However often there is better "ToUnicode" info in Type 1 fonts, and sometimes the ToUnicode map provided is wrong. So by default pdf2htmlEX will find the Unicode value directly from the fonts instead of ToUnicode map. This behavior may be changed be turn on this switch. +However often there is better "ToUnicode" info in Type 1 fonts, and sometimes the ToUnicode map provided is wrong. So by default pdf2htmlEX will find the Unicode value directly from the fonts instead of ToUnicode map. This behavior may be changed by turning on this switch. .TP .B --font-suffix (Default: ".ttf"), --font-format (Default: "truetype") Specify the suffix and format of fonts extracted from the PDF file. They should be consistent.