Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-02 | Makefile: explicitly list which example capture subdirs to install | Gerhard Sittig | |
Commit 4fafe8159940 as of 2012-05-14 introduced a simple "make install" target. The asterisk wildcard and the additional Makefile "negation" use to work for clean checkouts, but are considered too greedy a pattern for locally modified work areas during development. Explicitly list which subdirs to install to the filesystem. Which improves robustness, avoids clutter, and is considered acceptable maintenance overhead since adding more top level directories should be rare an event. The explicit list is also easy to trim down should developers want that during local work. Phrase the subdirectories list such that users can specify additional items in the "make install" invocation. | |||
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2012-05-14 | Makefile: Add a simple 'install' target. | Uwe Hermann | |
2012-05-11 | Makefile: Generate/add ChangeLog for dist target. | Uwe Hermann | |
2012-05-11 | Makefile: Name target 'dist' for consistency. | Uwe Hermann | |
Also, a few small typo fixes etc. | |||
2012-04-19 | Use versions, not dates (0.1.0 for now). | Uwe Hermann | |
2012-03-24 | Add Makefile which builds a sigrok-dumps tarball. | Uwe Hermann | |