! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Building xfburn.1 man page fails
Status:
RESOLVED: INVALID

Comments

Description Joe D 2009-06-24 14:57:21 CEST
After getting the the latest sources from SVN (7628), I ran:
$ autogen.sh
$ ./configure --enable-debug=full
$ make

But building the man page fails:

Making all in docs
make[2]: Entering directory `/data/src/xfburn/docs'
make[2]: *** No rule to make target `xfburn.1', needed by `all-am'.  Stop.
Comment 1 David Mohr 2009-07-05 01:34:38 CEST
You need to realize that autogen.sh already runs configure. So instead of running it again, just pass the arguments to autogen.sh:
$ ./autogen.sh --enable-debug=full

If you run configure again, you don't enable maintainer mode, and then no rule for creating the man page will get generated. That is to be expected.

Bug #5499

Reported by:
Joe D
Reported on: 2009-06-24
Last modified on: 2009-07-05

People

Assignee:
Xfburn Bug Triage
CC List:
1 user

Version

Version:
SVN trunk

Attachments

Additional information