Skip to content

Commit

Permalink
agenda: fix autotools and boot-time agendas
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bonnefille <[email protected]>
  • Loading branch information
Taumille committed Jan 18, 2025
1 parent 485c241 commit 1f77bfe
Show file tree
Hide file tree
Showing 8 changed files with 610 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ifdef AGENDA
AGENDA_TEX = agenda/$(AGENDA)-agenda.tex
AGENDA_PICTURES = $(COMMON_PICTURES) $(call PICTURES,agenda)

%-agenda.pdf: common/agenda.sty $(AGENDA_TEX) $(AGENDA_PICTURES) $(OUTDIR)/last-update.tex
%-agenda.pdf: common/agenda_old.sty common/agenda.sty $(AGENDA_TEX) $(AGENDA_PICTURES) $(OUTDIR)/last-update.tex
rm -f $(OUTDIR)/$(basename $@).tex
cp $(filter %-agenda.tex,$^) $(OUTDIR)/$(basename $@).tex
(cd $(OUTDIR); $(PDFLATEX_ENV) $(PDFLATEX) $(basename $@).tex)
Expand Down
2 changes: 1 addition & 1 deletion agenda/autotools-agenda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\input{agenda/autotools.inc.tex}

\usepackage{agenda}
\usepackage{agenda_old}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion agenda/autotools-online-agenda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\input{agenda/autotools.inc.tex}

\usepackage{agenda}
\usepackage{agenda_old}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion agenda/boot-time-agenda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\input{agenda/boot-time.inc.tex}

\usepackage{agenda}
\usepackage{agenda_old}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion agenda/boot-time-fr-agenda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\input{agenda/boot-time.inc.tex}

\usepackage{agenda}
\usepackage{agenda_old}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion agenda/boot-time-online-agenda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\input{agenda/boot-time.inc.tex}

\usepackage{agenda}
\usepackage{agenda_old}

\begin{document}

Expand Down
2 changes: 1 addition & 1 deletion agenda/boot-time-online-fr-agenda.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\input{agenda/boot-time.inc.tex}

\usepackage{agenda}
\usepackage{agenda_old}

\begin{document}

Expand Down
Loading

0 comments on commit 1f77bfe

Please sign in to comment.