summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorArun Isaac2021-09-02 22:26:46 +0530
committerArun Isaac2021-09-02 22:30:23 +0530
commitcb61a526c82153c09ed357901166a42b48ba9d3b (patch)
tree2cdeaea5284297ca005f2fc703ee518fc47b9065 /.gitignore
parent12f12fbcb3cba4c634e10e7bf16a5c47d670f83b (diff)
downloadguile-xapian-cb61a526c82153c09ed357901166a42b48ba9d3b.tar.gz
guile-xapian-cb61a526c82153c09ed357901166a42b48ba9d3b.tar.lz
guile-xapian-cb61a526c82153c09ed357901166a42b48ba9d3b.zip
website: Add website.
* website/style.css: New file.
* build-aux/build-home-page.el: New file.
* configure.ac: Look for emacs.
* Makefile.am (EMACS_GEN, EMACS_GEN_, EMACS_GEN_0, EMACS_GEN_1): New
variables.
(website, website/index.html): New target.
(CLEANFILES): Add website/index.html.
* .gitignore: Add website/index.html.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fa3a889..0432bfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,5 +21,8 @@ xapian/*.go
 xapian/wrap.scm
 xapian_wrap.cc
 
+# website
+website/index.html
+
 # other
 pre-inst-env
\ No newline at end of file