mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-03 20:45:04 +00:00
Drop more remnants of autotools build
This commit is contained in:
parent
b9d243ef40
commit
9af6902c9a
2 changed files with 2 additions and 5 deletions
|
@ -14,9 +14,6 @@ indent_style = tab
|
|||
[*.{py,sh}]
|
||||
indent_style = tab
|
||||
|
||||
[{Makefile.am,Makefile.sources,configure.ac}]
|
||||
tab_width = 8
|
||||
|
||||
[{meson.build,meson_options.txt}]
|
||||
tab_width = 8
|
||||
indent_style = space
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
|
||||
- [ ] Make sure you have correct date and new version at the top of NEWS file.
|
||||
|
||||
- [ ] Bump version in line 3 of meson.build and configure.ac.
|
||||
- [ ] Bump version in line 3 of meson.build.
|
||||
|
||||
- [ ] Do a `meson test -Cbuild` so it both checks the tests and updates hb-version.h (use `git diff` to see if is really updated).
|
||||
|
||||
- [ ] Commit NEWS, meson.build, configure.ac, and src/hb-version.h, as well as any REPLACEME changes you made.
|
||||
- [ ] Commit NEWS, meson.build, and src/hb-version.h, as well as any REPLACEME changes you made.
|
||||
The commit message is simply the release number, e. g. "1.4.7"
|
||||
|
||||
- [ ] Do a `meson dist -Cbuild` that runs the tests against the latest committed changes.
|
||||
|
|
Loading…
Add table
Reference in a new issue