From f32d53b175506215c531c5a763a8ede8b5dfe3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 15 Sep 2022 12:47:59 +0200 Subject: [PATCH] Makefile, README.md: remove resume for Quebec --- Makefile | 17 +++-------------- README.md | 6 +----- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index ca6ceba..74df104 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2015-2018 Gaël PORTAY +# Copyright (c) 2015-2018,2022 Gaël PORTAY # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -33,24 +33,13 @@ MD := en_US/index.md fr_FR/index.md .PHONY: all all: $(PDF) $(MD) -$(PDF) $(HTML) french-quebec.pdf english-quebec.pdf: - -.PHONY: quebec -quebec: french-quebec.pdf english-quebec.pdf - -.INTERMEDIATE: french-quebec.tex english-quebec.tex -french-quebec.tex english-quebec.tex: +$(PDF) $(HTML): .PHONY: git git: git config user.name "Gaël PORTAY" git config user.email "gael.portay@gmail.com" -%-quebec.tex: %.tex - sed -e "1,/\\begin{document}/{s,Engineer,Developer,;s,Ingénieur,Développeur,}" \ - -e "/\\section{.*[Ee]xp[eé]riences}/,/^$$/{s,Engineer,Developer,;s,Ingénieur,Développeur,}" \ - $< >$@ - %.pdf: %.tex $(PDFLATEX) $< $@ @@ -74,7 +63,7 @@ fr_FR/index.md: french.tex | fr_FR .PHONY: clean clean: - rm -f *.pdf *.html *-quebec.tex $(MD) + rm -f *.pdf *.html $(MD) .PHONY: mrproper mrproper: clean diff --git a/README.md b/README.md index ec5a523..950dbda 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,7 @@ pdflatex english.tex Enjoy! -PS: Check also *[french.pdf](pdf/french.pdf)* and *[french-lite.pdf](pdf/french-lite.pdf)* or build resumes for *Québec*: - -``` -make quebec -``` +PS: Check also *[french.pdf](pdf/french.pdf)* and *[french-lite.pdf](pdf/french-lite.pdf)*. ## [Docker](#=docker)