google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

No rule to make target `all' in help #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by CaptainM...@gmail.com on 17 Mar 2010 at 11:06

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch. It has been integrated with revision 357.

Original comment by matthias...@gmail.com on 23 Apr 2011 at 3:30