From ee735bfd4eda7cc51a61951e9bc86bc3771b4b05 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 24 Sep 2026 02:13:14 +0100 Subject: Build website entirely with G-expressions. We can now build the website without any of the autotools tooling. --- Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Makefile.am') 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 -- cgit 1.4.1