summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 18:51:19 +0000
committerArun Isaac2025-11-17 18:54:31 +0000
commit351e828ff579d5c97d5c433fd9d4b484fea8f4b3 (patch)
treedd80a870d34e2de2a070b8c087e988f80415ca4b /Makefile
parent3cffcb350b0e9797c8034f93e8315e394f984e67 (diff)
downloadrun64-351e828ff579d5c97d5c433fd9d4b484fea8f4b3.tar.gz
run64-351e828ff579d5c97d5c433fd9d4b484fea8f4b3.tar.lz
run64-351e828ff579d5c97d5c433fd9d4b484fea8f4b3.zip
guix: Move website building out of Makefile.
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