add some new make targets

* `release` creates the tarballs
* `test-release` takes the tarballs, extracts them, builds the library
  and tests and runs the tests
* `docs` run doxygen

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-01-31 15:35:52 +01:00
parent 6a052ed0fc
commit f693efd532
3 changed files with 35 additions and 0 deletions

2
.gitignore vendored
View File

@@ -43,6 +43,8 @@ examples/register
examples/roster
examples/uuid
examples/vcard
testbuild*.log
test-release/
test_stamp
test-suite.log
tests/*.o