diff options
author | Rene Engelhard <rene@debian.org> | 2023-07-04 23:25:08 +0200 |
---|---|---|
committer | René Engelhard <rene@debian.org> | 2023-07-05 17:53:37 +0200 |
commit | 5b1f68461ccfa475f70640cafd0af769b814e3fa (patch) | |
tree | dd6b4ed65b8c2cfc06062aeec8e1e16242a72417 /bin | |
parent | e6ab906ebe9995fb813db7b66df4f9b2def76a1c (diff) |
add .pages to bin/generate-bash-completion.py
Change-Id: I7ec0244dad1b80eb577bfbe0bb6e3e46b14dce9b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154011
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/generate-bash-completion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/generate-bash-completion.py b/bin/generate-bash-completion.py index db6f49e814b5..1c0377b97387 100755 --- a/bin/generate-bash-completion.py +++ b/bin/generate-bash-completion.py @@ -39,7 +39,7 @@ WEBDOCS = ["htm", "html", "stw", "txt", "vor", "oth"] WRITERDOCS = ["doc", "dot", "rtf", "sxw", "stw", "sdw", "vor", "txt", "htm?", "xml", "wp", "wpd", "wps", "odt", "ott", "fodt", "docm", "docx", - "dotm", "dotx"] + "dotm", "dotx", "pages"] TEMPLATES = ["stw", "dot", "vor", "stc", "xlt", "sti", "pot", "std", "stw", "dotm", "dotx", "potm", "potx", "xltm", "xltx"] |