summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 058c1d1..905b88c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with run64.  If not, see <https://www.gnu.org/licenses/>.
 
-EMACS = emacs
 SED = sed
 
 prefix ?= /usr/local
@@ -37,8 +36,3 @@ install: $(scripts)
         # guile in your PATH. We want to use that guile and not put in
         # a specific guile.
 	$(SED) -i 's|$$(dirname $$0)/run64|$(bindir)/run64|' $(bindir)/guile-run64
-
-website: website/index.html
-
-website/index.html: README.org build-aux/build-home-page.el
-	$(EMACS) -Q --batch --load build-aux/build-home-page.el --funcall build-website