diff options
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 |
