From 5ca8aeeeb466533f43f0edbe097112a8fc4c9078 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 14 Sep 2025 13:01:59 +0200 Subject: New slides: Introduction to FOSS (in Italian) --- introduzione_foss/slides/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 introduzione_foss/slides/Makefile (limited to 'introduzione_foss/slides/Makefile') diff --git a/introduzione_foss/slides/Makefile b/introduzione_foss/slides/Makefile new file mode 100644 index 0000000..5385214 --- /dev/null +++ b/introduzione_foss/slides/Makefile @@ -0,0 +1,10 @@ +all: build/intro_foss.pdf + +build/intro_foss.pdf: intro_foss.rst img/ + mkdir -p build + pandoc --listings -t beamer --pdf-engine=xelatex \ + -o build/intro_foss.pdf \ + intro_foss.rst + +clean: + rm -f build/intro_foss.pdf -- cgit v1.2.3