-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile, README.md: remove resume for Quebec
- Loading branch information
Showing
2 changed files
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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) $< $@ | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters