diff options
| author | Arun Isaac | 2026-09-24 02:13:14 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-24 02:48:48 +0100 |
| commit | ee735bfd4eda7cc51a61951e9bc86bc3771b4b05 (patch) | |
| tree | 586a9c53cfee86624d677ee447fd97b8e8dd0d63 /Makefile.am | |
| parent | f6bba70391b887588c9c4652a683db89bb4ecb3a (diff) | |
| download | guile-xapian-ee735bfd4eda7cc51a61951e9bc86bc3771b4b05.tar.gz guile-xapian-ee735bfd4eda7cc51a61951e9bc86bc3771b4b05.tar.lz guile-xapian-ee735bfd4eda7cc51a61951e9bc86bc3771b4b05.zip | |
Build website entirely with G-expressions.
We can now build the website without any of the autotools tooling.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 6d2e476..f3adbec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,11 +23,6 @@ GPG = gpg # Prefix variables for silencing various commands. See "(automake) # Automake Silent Rules" for details. -EMACS_GEN = $(EMACS_GEN_$(V)) -EMACS_GEN_ = $(EMACS_GEN_$(AM_DEFAULT_VERBOSITY)) -EMACS_GEN_0 = @echo " EMACS" $@; -EMACS_GEN_1 = - GUILD_GEN = $(GUILD_GEN_$(V)) GUILD_GEN_ = $(GUILD_GEN_$(AM_DEFAULT_VERBOSITY)) GUILD_GEN_0 = @echo " GUILD " $@; @@ -90,11 +85,3 @@ EXTRA_DIST = $(test_files) $(SOURCES) except.i xapian.i.in xapian-head.i xapian- %.asc: % $(GPG) --detach-sign --armor $< - -# Build website - -website: website/index.html - -CLEANFILES += website/index.html -website/index.html: README.org - $(EMACS_GEN)$(EMACS) -Q --batch --load build-aux/build-home-page.el --funcall build-website |
