This is the mail archive of the automake@gnu.org mailing list for the automake project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
>>> "Bob" == Bob Proulx <bob@proulx.com> writes: Bob> DISTCLEANFILES = example.8 Bob> dist_man_MANS = example.8 dist_ means you want to distribute example.8. DISTCLEANFILES lists any files that should be cleaned to restore the tree in its 'distributed' form. So that means you don't want to distribute example.8. -- Alexandre Duret-Lutz
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |