diff options
Diffstat (limited to 'tissue.scm')
| -rw-r--r-- | tissue.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tissue.scm b/tissue.scm index f069c1e..da88795 100644 --- a/tissue.scm +++ b/tissue.scm @@ -16,6 +16,8 @@ (skribe-exporter "website/index.skb")) (file "style.css" (copier "website/style.css")) + (file "manual/dev/en/index.html" + (skribe-exporter "doc/tissue.skb")) (append (map (lambda (font-file) (file (string-append "fonts/" font-file) (copier (string-append (getenv "GUIX_ENVIRONMENT") |
