X-Git-Url: https://git.madduck.net/cv.git/blobdiff_plain/86b0e7936889e4e51fc3f7a3d367f35066820c2c..c81e23633d1fc25dc839a4a86cdc8e51804fd2ef:/Makefile diff --git a/Makefile b/Makefile index b5f25ab..bf48c09 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ COMPONENTS = cv tech-profile refs LANGUAGES = en RST2HTML = rst2html -RST2HTML_OPTS = --strict --tab-width=2 --initial-header-level=2 --link-stylesheet +RST2HTML_OPTS = --tab-width=2 --initial-header-level=2 --link-stylesheet RST2HTML_OPTS := $(RST2HTML_OPTS) --cloak-email-addresses SUFFIX = html @@ -57,7 +57,7 @@ ref-%: RST2HTML_OPTS := $(RST2HTML_OPTS) --stylesheet=ref.css --language=en push: DEST_SERVER = seamus push: DEST_DIR = /srv/apache2/martin-krafft.net/htdocs/cv push: pdfs - test -z "$$(svn stat)" || svn commit + git push rsync *.pdf $(DEST_SERVER):$(DEST_DIR) ssh $(DEST_SERVER) make -C $(DEST_DIR) update @@ -69,5 +69,5 @@ clean: .PHONY: update update: - svn up + git pull $(MAKE)