#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
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
make doesn't work when help2man is missing. We should use missing script provided by Automake.
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:6 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [1056]) fixes #451