Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! feat: make all is back
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
  • Loading branch information
greut committed Oct 20, 2023
1 parent d0a4f1a commit b091d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PDFS=$(patsubst $(SOURCEDIR)/%.md,$(BUILDDIR)/%.pdf,$(SOURCES))
BOOKS=$(patsubst $(SOURCEDIR)/%.md,$(BUILDDIR)/%.tex,$(SOURCES))

.PHONY: all
all: slides pdfs book
all: slides pdfs # book

.PHONY: slides
slides: $(SLIDES)
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ <h1>Slides Dev Web<span>HE-Arc 2023/24</span></h1>
<div class=chapter><a href='12-risques.html' class='left'>
Risques
</a><a href='12-risques.pdf' class='right'>PDF</a></div>
<!--
<div class=chapter><a href='13-rails.html' class='left'>
Rails
</a><a href='13-rails.pdf' class='right'>PDF</a></div>
<!--
<a href='book.pdf' class='book'>Livre complet</a>
-->
</nav>
Expand Down

0 comments on commit b091d7f

Please sign in to comment.