Removed start and end comment in resume files, build log clean to makefile
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
%% start of file `template.tex'.
|
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
@@ -192,6 +191,3 @@
|
|||||||
\addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}}
|
\addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
||||||
%% end of file `template.tex'.
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
%% start of file `template.tex'.
|
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
@@ -192,6 +191,3 @@
|
|||||||
\addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}}
|
\addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
||||||
%% end of file `template.tex'.
|
|
||||||
|
|||||||
12
Makefile
12
Makefile
@@ -17,19 +17,25 @@ NAME_PREFIX=corwin_perren
|
|||||||
LEGACY_LATEX_BUILD_COMMAND=pdftex -halt-on-error -fmt=pdflatex
|
LEGACY_LATEX_BUILD_COMMAND=pdftex -halt-on-error -fmt=pdflatex
|
||||||
LATEX_BUILD_COMMAND=lualatex --halt-on-error
|
LATEX_BUILD_COMMAND=lualatex --halt-on-error
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean clean_build_logs
|
||||||
|
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
clean:
|
clean: clean_build_logs
|
||||||
@find . -type f -name '*.pdf' -delete -exec echo "Deleting {}" \;
|
@find . -type f -name '*.pdf' -delete -exec echo "Deleting {}" \;
|
||||||
|
|
||||||
|
clean_build_logs:
|
||||||
|
@find . -type f -name '*.aux' -delete -exec echo "Deleting {}" \;
|
||||||
|
@find . -type f -name '*.log' -delete -exec echo "Deleting {}" \;
|
||||||
|
@find . -type f -name '*.out' -delete -exec echo "Deleting {}" \;
|
||||||
|
|
||||||
all: \
|
all: \
|
||||||
templates \
|
templates \
|
||||||
$(2019_07_01_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2019-07-01_hardware_test_engineer.pdf \
|
$(2019_07_01_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2019-07-01_hardware_test_engineer.pdf \
|
||||||
$(2025_10_27_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2025_10_27_hardware_test_engineer.pdf \
|
$(2025_10_27_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2025_10_27_hardware_test_engineer.pdf \
|
||||||
$(2025_10_27_INFRA_ENGINEER_PREFIX_PATH)_2025_10_27_infrastructure_engineer.pdf \
|
$(2025_10_27_INFRA_ENGINEER_PREFIX_PATH)_2025_10_27_infrastructure_engineer.pdf \
|
||||||
$(2025_10_27_REFERENCES_PREFIX_PATH)_2025_10_27_references.pdf
|
$(2025_10_27_REFERENCES_PREFIX_PATH)_2025_10_27_references.pdf \
|
||||||
|
clean_build_logs
|
||||||
@git add .
|
@git add .
|
||||||
|
|
||||||
templates: \
|
templates: \
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
%% start of file `template.tex'.
|
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
@@ -192,6 +191,3 @@
|
|||||||
\addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}}
|
\addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
||||||
%% end of file `template.tex'.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user