Re: Packaging: blib/share files, etc
Geoff Westcott <[email protected]> Tue, 09 Jun 2020 15:37:46 +0100
| Newsgroups | gmane.comp.tv.xmltv.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 26 May 2020 14:32:19 -0400, Craig Treleaven wrote: [...] > Ah, I see. Using the pure_install rule, neither of the following is installed, for example: > > share/tv_augment/augment.conf > share/tv_augment/augment.rules > > Both indicate that they are sample files. > > I think I will stick with the pure_install target. > > Craig Okay but bear in mind these files are required for tv_augment to run. You don't have to use the sample files but user-written versions will then be required. The sample files contain lots of info on how to customise/configure tv_augment to do what you want. So if you don't include the sample files then you will have to provide that information to users some other way. Geoff