(install
 (section (site (stog templates)))
 (files
   templates/article-style.css
   templates/article.tmpl
   templates/ocamldoc.tmpl
   templates/page-style.css
   templates/page.tmpl
   templates/sw-menubar.tmpl
   templates/sw-page.tmpl
   templates/sw-post.tmpl
 )
 (package stog)
)
(install
 (section (site (stog modules)))
 (files modules/math.stm modules/software.stm)
 (package stog)
)

