X-Git-Url: https://git.madduck.net/cv.git/blobdiff_plain/7a5ba2a9d9e80f5dff65d27515fb848efaa84ce0..159fe77f7df29c0ff29f0330eed2bc4e26775f9d:/Makefile diff --git a/Makefile b/Makefile index b5f25ab..b4554e3 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,6 @@ 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 rsync *.pdf $(DEST_SERVER):$(DEST_DIR) ssh $(DEST_SERVER) make -C $(DEST_DIR) update @@ -69,5 +68,5 @@ clean: .PHONY: update update: - svn up + git pull $(MAKE)