Bug #597
Error in man/Makefile.am
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | packaging | Spent time: | - | |
| Target version: | 0.6.3 | |||
| Resolution: | fixed | Version: | 0.6.2 | |
| Trac ticket ID: | 597 |
Description
Should we use dist_man_MANS and man_MANS?
Index: man/Makefile.am =================================================================== --- man/Makefile.am (révision 6402) +++ man/Makefile.am (copie de travail) @@ -1,7 +1,7 @@ dist_man_MANS = milhouse.1 scenic.1 midistream.1 firereset.1 jack-info.1 dc-ctl.1 MAN_TEXT_FILES=firereset-man.txt jack-info-man.txt midistream-man.txt milhouse-man.txt scenic-man.txt dc-ctl-man.txt EXTRA_DIST = $(man_MANS) $(MAN_TEXT_FILES) -MAINTAINERCLEANFILES = $(man_MANS) +MAINTAINERCLEANFILES = $(dist_man_MANS) # The man pages depend on the --help strings and the version number. common_mandeps = $(top_srcdir)/configure.ac
History
Updated by Tristan Matthews almost 3 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in r6414