tools: remove some more hakyll-std traces

[ci skip]
This commit is contained in:
Simon Michael 2018-05-09 10:20:21 -07:00
parent 2618455ab9
commit fe7157dfa4
3 changed files with 4 additions and 11 deletions

1
.ctags
View File

@ -18,5 +18,4 @@
--exclude=old
--exclude=site/doc
--exclude=site/files
--exclude=site/hakyll-std
--exclude=tests/addons/hledger-*

View File

@ -57,8 +57,8 @@ usage = unlines
-- ,"./Shake manpages # generate nroff files for man"
-- ,"./Shake txtmanpages # generate text man pages for embedding"
-- ,"./Shake infomanpages # generate info files for info"
-- ,"./Shake webmanpages # generate individual web man pages for hakyll"
-- ,"./Shake webmanall # generate all-in-one web manual for hakyll"
-- ,"./Shake webmanpages # generate individual web man pages as markdown"
-- ,"./Shake webmanall # generate all-in-one web manual as markdown"
,"./Shake site/doc/VER/.snapshot # generate and save a versioned web site snapshot"
,"./Shake all # generate everything"
,"./Shake clean # clean generated files"
@ -68,7 +68,6 @@ usage = unlines
pandoc = "stack exec -- pandoc" -- pandoc from project's stackage snapshot
pandocSiteFilter = "tools/pandoc-site"
hakyllstd = "site/hakyll-std/hakyll-std"
makeinfo = "makeinfo"
-- nroff = "nroff"
groff = "groff"
@ -157,7 +156,7 @@ main = do
]
)
-- manuals rendered to markdown and combined, ready for web output by hakyll
-- manuals rendered to markdown and combined, ready for web rendering
webmanall = "site/manual.md"
-- file extensions which should just be copied directly over to the website
@ -239,10 +238,6 @@ main = do
phony "website" $ do
need $ [ "website-copy" , "website-render" ]
-- website also links to old manuals, which are generated manually
-- with ./Shake websnapshot and committed
-- TODO: when pandoc filters are missing, ./Shake website complains about them before building them
-- ./Shake.hs && ./Shake Clean && (cd site/hakyll-std; ./hakyll-std.hs) && ./Shake website
-- use m4 and pandoc to process macros and filter content, leaving markdown suitable for web output
phony "webmanpages" $ need webmanpages

3
site/.gitignore vendored
View File

@ -1,4 +1,3 @@
hakyll-std/hakyll-std
_cache
_site
files/downloads
@ -14,4 +13,4 @@ timedot.md
manual.md
cookbook.md
[0-9].*
.snapshot
.snapshot