New issue 143 by rodol...@damsy.net: No rule to make target `all' in help
http://code.google.com/p/labyrinth/issues/detail?id=143
What steps will reproduce the problem?
1. apply patch provide in issue 142
2. ./autogen.sh
3. make
What is the expected output? What do you see instead?
Making all in help
make[2]: Entering directory `/home/rodolphe/Code/labyrinth/help'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/rodolphe/Code/labyrinth/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rodolphe/Code/labyrinth'
make: *** [all] Error 2
We need to add gnome-doc macro to configure.ac.
Attachments:
0001-Add-macro-for-gnome-doc..patch 643 bytes
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 143 by matthias...@gmail.com: No rule to make target
Thanks for the patch. It has been integrated with revision 357.