Ticket #45: Build system does not allow cross compiling
commit649487fac17bfdd0bc9ef39c6e0852802669b1e6
authorSlava Zanko <slavazanko@gmail.com>
Wed, 7 Apr 2010 08:54:16 +0000 (7 11:54 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 24 May 2010 07:06:56 +0000 (24 10:06 +0300)
treedcfdbf0d5b84728d1a32f576a6d5da93e91e8912
parentb6d4862b63a9b6e263c31748ffb9cf3328aa7494
Ticket #45: Build system does not allow cross compiling

The man2hlp program is build using the target compiler. The
resulting executable therefore does not work on the build host.
Since the man2hlp program is needed during compile time, the build
will fail.

Moved man2hlp into separate subdir

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
configure.ac
doc/hlp/Makefile.am
doc/hlp/es/Makefile.am
doc/hlp/hu/Makefile.am
doc/hlp/it/Makefile.am
doc/hlp/pl/Makefile.am
doc/hlp/ru/Makefile.am
doc/hlp/sr/Makefile.am
src/Makefile.am
src/man2hlp/Makefile.am [new file with mode: 0644]
src/man2hlp/man2hlp.c [moved from src/man2hlp.c with 99% similarity]