From 9c4d30fa881f549a8f12cc707ad35f2fc0517bfd Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 2 Sep 2012 01:22:40 +0800 Subject: [PATCH] change manpage path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8de55ba..87f9a93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,4 +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) +install (FILES pdf2htmlEX.1 DESTINATION share/man/man1)