aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-23 17:35:51 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-28 00:05:54 -0300
commitaad1351ab111372232cbdd249a12a194b9884f7b (patch)
tree478cc8771c175da9540069efa7f4f6c5130ed415 /CONTRIBUTING.md
parentbuild: auto-generate syntax lists (diff)
downloadfirejail-aad1351ab111372232cbdd249a12a194b9884f7b.tar.gz
firejail-aad1351ab111372232cbdd249a12a194b9884f7b.tar.zst
firejail-aad1351ab111372232cbdd249a12a194b9884f7b.zip
build: auto-generate syntax files
Changes: * Generate firejail.vim from firejail.vim.in * Generate firejail-profile.lang from firejail-profile.lang.in * Update the manual syntax file steps on the new command checklist on CONTRIBUTING.md to use `make syntax` instead Relates to #2679 #5502 #5577 #5612.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9a5f19b54..9463ba465 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,8 +38,7 @@ If you add a new command, here's the checklist:
38 38
39 - [ ] Update manpages: firejail(1) and firejail-profile(5) 39 - [ ] Update manpages: firejail(1) and firejail-profile(5)
40 - [ ] Update shell completions 40 - [ ] Update shell completions
41 - [ ] Update vim syntax files 41 - [ ] Update syntax files (run `make syntax`)
42 - [ ] Update gtksourceview language specs
43 - [ ] Update --help 42 - [ ] Update --help
44 43
45# Editing the wiki 44# Editing the wiki