diff options
author | EuAndreh <eu@euandre.org> | 2023-04-04 06:49:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-04 06:49:11 -0300 |
commit | 4db6cfc2553566379858a10ee89f055fbe491714 (patch) | |
tree | d6b73899040bf305e9d60d7853381f2f6dd6dcf6 | |
parent | share/aux/cases/cp_if/aux/po4a-cfg.sh: Discover files instead of getting them... (diff) | |
download | dotfiles-4db6cfc2553566379858a10ee89f055fbe491714.tar.gz dotfiles-4db6cfc2553566379858a10ee89f055fbe491714.tar.xz |
share/aux/cases/cp_if/aux/po4a-cfg.sh: Understand "*.html" as xhtml
-rwxr-xr-x | share/aux/cases/cp_if/aux/po4a-cfg.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/aux/cases/cp_if/aux/po4a-cfg.sh b/share/aux/cases/cp_if/aux/po4a-cfg.sh index cc74041..b20e303 100755 --- a/share/aux/cases/cp_if/aux/po4a-cfg.sh +++ b/share/aux/cases/cp_if/aux/po4a-cfg.sh @@ -83,6 +83,9 @@ guess_type() { *.[1-9]*.in) echo man ;; + *.html) + echo xhtml + ;; *) echo text ;; |