From 1ba78f4e0d60770255988519c20bd8ece3d8cca3 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Mon, 30 Mar 2015 13:21:16 -0700 Subject: change file extension to .dbk for docbook --- src/Hakyll/Web/Pandoc/FileType.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Hakyll/Web/Pandoc/FileType.hs b/src/Hakyll/Web/Pandoc/FileType.hs index a6d0dbd..29d08fe 100644 --- a/src/Hakyll/Web/Pandoc/FileType.hs +++ b/src/Hakyll/Web/Pandoc/FileType.hs @@ -40,8 +40,7 @@ fileType :: FilePath -> FileType fileType = uncurry fileType' . splitExtension where fileType' _ ".css" = Css - fileType' _ ".docbook" = DocBook - fileType' _ ".db" = DocBook + fileType' _ ".dbk" = DocBook fileType' _ ".htm" = Html fileType' _ ".html" = Html fileType' f ".lhs" = LiterateHaskell $ case fileType f of -- cgit v1.2.3