Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | `make clean`: Also remove test keys and certificates. | Guilhem Moulin | 2022-02-23 | 1 |
| | ||||
* | Makefile: Add target 'installcheck' for post-install tests. | Guilhem Moulin | 2022-02-23 | 1 |
| | ||||
* | Makefile: Rename 'test' target to 'check'. | Guilhem Moulin | 2022-02-23 | 1 |
| | | | | Per convention, cf. https://www.gnu.org/prep/standards/html_node/Standard-Targets.html . | |||
* | Makefile: Add target 'all-nodoc'. | Guilhem Moulin | 2022-02-23 | 1 |
| | | | | This is useful for Debian packages built under ‘nodoc’ profile. | |||
* | Don't assume Net::IMAP::InterIMAP is always in @INC. | Guilhem Moulin | 2022-02-23 | 1 |
| | | | | | | | | | And make the installation path configurable at `make` time. Moreover, adjust the 'test' target so the site directory and interimap/pullimap path are configurable with INTERIMAP_I and INTERIMAP_PATH respectively. That way one can run `tests/run foo` to check the source, `make test` to check what's been built, and we also have the possibility to check the installed program e.g. for autopkgtests. | |||
* | Don't hardcode $(bindir) in .service files. | Guilhem Moulin | 2022-02-23 | 1 |
| | ||||
* | Makefile: Honor builddir=. | Guilhem Moulin | 2022-02-23 | 1 |
| | | | | | Defaulting to ‘build’. Also, remove BUILD_DOCDIR= (replaced with ‘$(builddir)/doc’). | |||
* | Makefile: Ignore errors when installing manual pages. | Guilhem Moulin | 2022-02-23 | 1 |
| | | | | Per https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets . | |||
* | Makefile: Improve DESTDIR= handling. | Guilhem Moulin | 2022-02-23 | 1 |
| | | | | Per https://www.gnu.org/prep/standards/html_node/DESTDIR.html . | |||
* | Makefile: Honor INSTALL_PROGRAM and INSTALL_DATA. | Guilhem Moulin | 2022-02-22 | 1 |
| | | | | Cf. https://www.gnu.org/prep/standards/html_node/Command-Variables.html . | |||
* | Makefile: Honor srcdir=. | Guilhem Moulin | 2022-02-22 | 1 |
| | | | | Cf. https://www.gnu.org/prep/standards/html_node/Directory-Variables.html . | |||
* | `make release`: also bump libinterimap version and pin it in 'use' declarations. | Guilhem Moulin | 2020-12-11 | 1 |
| | | | | | Also, make use the tag doesn't exist, and fail early if we can't detect the version. | |||
* | Makefile: new 'release' target. | Guilhem Moulin | 2020-12-11 | 1 |
| | | | | Also, change the tag format from upstream/$VERSION to v$VERSION. | |||
* | test suite: always generate new certificates on `make test`. | Guilhem Moulin | 2020-12-11 | 1 |
| | | | | | In addition, sign test certificates with the same root CA. Hence running `make test` now requires OpenSSL 1.1.1 or later. | |||
* | wibble | Guilhem Moulin | 2020-08-03 | 1 |
| | ||||
* | Makefile: remove 'smart' extension from pandoc call to generate manuals. | Guilhem Moulin | 2020-08-03 | 1 |
| | ||||
* | Makefile: Major refactoring, add install and uninstall targets. | Guilhem Moulin | 2020-07-02 | 1 |
| | | | | | | Honor BUILD_DOCDIR and DESTDIR variables. Also, remove the `use lib` statement from our executables. | |||
* | Makefile: factor out jq script for roff generation. | Guilhem Moulin | 2019-11-13 | 1 |
| | ||||
* | Refactor and improve test suite. | Guilhem Moulin | 2019-11-13 | 1 |
| | ||||
* | doc/*.html: Add 'keywords' and 'lang' tags. | Guilhem Moulin | 2019-07-05 | 1 |
| | ||||
* | doc/template.html: Add parent links at the top. | Grégoire Détrez | 2019-07-05 | 1 |
| | ||||
* | Refactor documentation. | Guilhem Moulin | 2019-07-05 | 1 |
| | | | | | In particular, move manpages to the 'doc' directory, and generate HTML documentation with `make html`. | |||
* | `make test`: Only consider tests/*/run. | Guilhem Moulin | 2019-06-03 | 1 |
| | ||||
* | Add test-suite (requires dovecot-imapd). | Guilhem Moulin | 2019-05-27 | 1 |
| | ||||
* | Fix manpage generation with pandoc >=2.1 | Guilhem Moulin | 2018-04-26 | 1 |
| | ||||
* | Fix manpage generation with pandoc >=1.18. | Guilhem Moulin | 2017-07-29 | 1 |
| | ||||
* | interimap: convert manpage to markdown. | Guilhem Moulin | 2016-03-11 | 1 |
| | ||||
* | Convert pullimap's manpage to pandoc. | Guilhem Moulin | 2016-03-11 | 1 |