Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#451 closed task (fixed)

simplify man/Makefile.am

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: trivial Milestone: svndigest 0.8
Component: build Version: trunk
Keywords: Cc:

Description

Automake 1.11 NEWS says

These are the new semantics: if some man page is not present, and
help2man is not either, then `missing' will warn and generate the
replacement page containing the error message, but exit successfully.
However, `make dist' will ensure that no such bogus man pages are
packaged into a tarball.

which is exactly the semantics we want, so we can simplify man/makefile.am significantly (remove our Automake 1.10 workarounds).

Change History (6)

comment:1 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: newclosed

(In [1056]) fixes #451

comment:2 Changed 13 years ago by Peter Johansson

(In [1057]) refs #451

comment:3 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: closedreopened

make doesn't work when help2man is missing. We should use missing script provided by Automake.

comment:4 Changed 13 years ago by Peter Johansson

(In [1174]) calling help2man via automake missing script. refs #451

comment:5 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: reopenedclosed

(In [1175]) closes #451. restore configure warning about missing hep2man when building in svn wc

comment:6 Changed 13 years ago by Peter Johansson

(In [1177]) refs #451. fixing detection whether help2man is available.

Note: See TracTickets for help on using tickets.