summaryrefslogtreecommitdiff
path: root/make-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* make-release: Explicily enable introspection4.9.3Matthias Clasen2023-02-041-1/+1
|
* Actually build docs for releasesMatthias Clasen2021-03-301-1/+1
|
* release: Actually include docsMatthias Clasen2021-03-271-5/+1
|
* release: Update included subprojectsMatthias Clasen2021-03-271-0/+3
|
* release script: Include gi-docgenMatthias Clasen2021-03-181-2/+2
| | | | | This lets us say 'you don't need to package this' about gi-docgen.
* release-script: Actually compress the docs tarballMatthias Clasen2021-03-141-1/+1
| | | | Somehow an x got lot and the tarball got very big. Oops...
* Update release scriptMatthias Clasen2021-03-141-5/+3
| | | | | With gi-docgen based docs, we can try to go back to including the docs in the main release tarball.
* Remove a misleading commentMatthias Clasen2021-01-121-3/+1
|
* Update the release scriptMatthias Clasen2020-10-011-2/+2
| | | | | If things go according to plan, we don't need to include gtk-doc as a subproject in the next snapshot.
* Fix the release script some moreMatthias Clasen2020-09-301-3/+3
| | | | Still trying to master the tar commandline.
* release script: Fix doc tarball generationMatthias Clasen2020-09-291-3/+3
| | | | Strip one level from the directories.
* build: Add a release scriptMatthias Clasen2020-09-041-0/+30
I've goofed up too many times producing the separate doc tarballs. So lets collect the required steps in a script.