Skip to content

Commit

Permalink
CICD pdf ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ezalos committed Feb 10, 2022
1 parent cc02ab3 commit a0e124e
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Personnal
*.pdf
*.zip

# Byte-compiled / optimized / DLL files
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ TARGETS_DIRS = $(DIRECTORIES:%=%/subject/en.subject.pdf)

TARGETS = $(DIRECTORIES:%=%.pdf)

$(info "From top Makefile")

all: clean dirs

%.pdf:
Expand Down
2 changes: 0 additions & 2 deletions module00/subject/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ DEPS =
# RELPATH for github actions:
RELPATH = $(shell pwd)/../../resources/latex/

$(info "From module Makefile before")
# You should not touch this either
include $(RELPATH)/Makefile.LaTeX

$(info "From module Makefile after")

Binary file added module00/subject/assets/42ai_logo.pdf
Binary file not shown.
Binary file added module01/subject/assets/42ai_logo.pdf
Binary file not shown.
Binary file added module02/subject/assets/42ai_logo.pdf
Binary file not shown.
Binary file added module03/subject/assets/42ai_logo.pdf
Binary file not shown.
Binary file added module04/subject/assets/42ai_logo.pdf
Binary file not shown.
Binary file added resources/latex/42_logo.pdf
Binary file not shown.
5 changes: 1 addition & 4 deletions resources/latex/Makefile.LaTeX
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ distclean: clean

re: distclean all

%.pdf: %.tex Makefile #$(ALL_DEPENDENCIES)
%.pdf: %.tex Makefile $(ALL_DEPENDENCIES)
pdflatex -shell-escape -halt-on-error $<
@if [ $$? = 0 ]; then\
pdflatex -shell-escape -halt-on-error $<;\
Expand All @@ -47,7 +47,4 @@ view: all
(type xpdf > /dev/null 2>&1 && xpdf ${TARGETS}) ||\
(type evince > /dev/null 2>&1 && evince ${TARGETS})

$(info "From module Makefile.LaTeX")
$(info $(ALL_DEPENDENCIES))

#******************************************************************************#
Binary file added resources/latex/back.pdf
Binary file not shown.
Binary file added resources/latex/dark-42_logo.pdf
Binary file not shown.
Binary file added resources/latex/dark-back.pdf
Binary file not shown.
Binary file added resources/latex/helphint.pdf
Binary file not shown.
Binary file added resources/latex/info.pdf
Binary file not shown.
Binary file added resources/latex/warn.pdf
Binary file not shown.

0 comments on commit a0e124e

Please sign in to comment.