From 893b366435739d073d2b6b9cafae868b5d361354 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 11 Jun 2011 21:01:20 +0200 Subject: Add makefile, hyperlink source in reference --- examples/hakyll/hakyll.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/hakyll/hakyll.hs b/examples/hakyll/hakyll.hs index 5ee755f..df92ddd 100644 --- a/examples/hakyll/hakyll.hs +++ b/examples/hakyll/hakyll.hs @@ -11,7 +11,7 @@ main = hakyll $ do compile compressCssCompiler -- Static directories - forM_ ["images/*", "examples/*", "reference/*"] $ \f -> match f $ do + forM_ ["images/*", "examples/*", "reference/**"] $ \f -> match f $ do route idRoute compile copyFileCompiler -- cgit v1.2.3