aboutsummaryrefslogtreecommitdiff
path: root/share/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-04 06:49:11 -0300
committerEuAndreh <eu@euandre.org>2023-04-04 06:49:11 -0300
commit4db6cfc2553566379858a10ee89f055fbe491714 (patch)
treed6b73899040bf305e9d60d7853381f2f6dd6dcf6 /share/aux
parentshare/aux/cases/cp_if/aux/po4a-cfg.sh: Discover files instead of getting them... (diff)
downloaddotfiles-4db6cfc2553566379858a10ee89f055fbe491714.tar.gz
dotfiles-4db6cfc2553566379858a10ee89f055fbe491714.tar.xz
share/aux/cases/cp_if/aux/po4a-cfg.sh: Understand "*.html" as xhtml
Diffstat (limited to 'share/aux')
-rwxr-xr-xshare/aux/cases/cp_if/aux/po4a-cfg.sh3
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
;;