From 5ba25dd428b82047d2f91e71268afe0cc5444096 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 4 Feb 2023 15:36:37 +0000 Subject: tissue.scm: Use tissue. We start using tissue as our issue tracker and for building our website. * tissue.scm: New file. * .gitignore: Add .tissue. Remove doc/*.go, doc/*.html, website/fonts, website/index.html and website/manual. * Makefile, build-aux/build-home-page.el: Delete files. * manifest.scm: Import (forge tissue). Do not import (gnu packages guile). (manifest): Add tissue. Remove guile-3.0 and skribilo. --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aaef8b4..85ad067 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -doc/*.go -doc/*.html -website/fonts -website/index.html -website/manual \ No newline at end of file +.tissue \ No newline at end of file -- cgit v1.2.3