Skip to content

Commit

Permalink
Makefile, README.md: remove resume for Quebec
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Sep 15, 2022
1 parent f60608e commit f32d53b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
17 changes: 3 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2015-2018 Gaël PORTAY <[email protected]>
# Copyright (c) 2015-2018,2022 Gaël PORTAY <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -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 "[email protected]"

%-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) $< $@

Expand All @@ -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
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f32d53b

Please sign in to comment.