git » jacl.git » commit ce4cb7e

Update Makefile & README for new hosting

author Alan Dipert
2022-12-02 17:18:04 UTC
committer Alan Dipert
2022-12-02 17:18:04 UTC
parent ccf0ad3b03d45090ba06983cc501b9907a05c874

Update Makefile & README for new hosting

Makefile +3 -37
README.md +1 -1

diff --git a/Makefile b/Makefile
index acf60e7..02dbabf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,46 +1,12 @@
-.PHONY: all deploy clean
+.PHONY: all deploy-site clean
 
-SHELL := /bin/bash
-
-# jacl-dist.zip
-#DIST_FILES := LICENSE.txt RUN.md jacl.html jacl.js boot.lisp jacl-tests.lisp qunit-2.9.2.css qunit-2.9.2.js jacl jacl-client.R
-
-# Papers
-#DOCS := papers/jacl-els-2020.tex papers/jacl-demo-els-2020.tex
-#BIB := papers/jacl-els-2020.bib
-#PDFS := $(DOCS:.tex=.pdf)
-
-# Deploy
-CF_DIST := E6GOTXLS9MCZF
-
-#all: jacl-dist.zip index.html $(PDFS)
 all: index.html
 
 index.html: index.html.m4 README.md
 	m4 $< > $@
 
-#%.pdf: %.tex $(BIB)
-#	rubber --into $(dir $<) --pdf $<
-
-#jacl-dist.zip: $(DIST_FILES)
-#	rm -f $@
-#	rm -rf $(basename $@)
-#	mkdir -p $(basename $@)
-#	cp -R $^ $(basename $@)
-#	zip $@ -r $(basename $@)
-
-deploy:
-	aws s3 cp papers/jacl-demo-els-2020.pdf s3://tailrecursion.com/JACL/papers/
-	aws s3 cp jacl-dist.zip s3://tailrecursion.com/JACL/
-	aws s3 cp jacl_els_2020_slides.pdf s3://tailrecursion.com/JACL/
-	aws s3 cp style.css s3://tailrecursion.com/JACL/
-	aws s3 cp index.html s3://tailrecursion.com/JACL/
-	aws s3 cp papyrus.png s3://tailrecursion.com/JACL/
-	aws cloudfront create-invalidation --distribution-id $(CF_DIST) --paths '/*'
+deploy-site:
+	rsync -a --exclude='.git/' . dh_v4yrff@aladip.dreamhosters.com:tailrecursion.com/JACL/
 
 clean:
-#	rm -f jacl-dist.zip
-#	rm -rf jacl-dist
 	rm -f index.html
-#	rm -f $(DOCS:.tex=.out)
-#	rubber --into papers --pdf --clean $(DOCS)
diff --git a/README.md b/README.md
index 2448928..278492d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ JACL is a [Common Lisp](https://en.wikipedia.org/wiki/Common_Lisp) system for th
 
 The source code is managed using git and under the [MIT license](https://opensource.org/licenses/MIT). You can clone it by running:
 
-    git clone https://bitbucket.org/alandipert/jacl.git
+    git clone https://tailrecursion.com/git/jacl.git
 
 ## Community