summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-17 23:03:18 +0530
committerPrabhu Ramachandran2017-11-17 23:03:18 +0530
commitb64d87addfc4b90e3a2c93763eff8faf1e7cee21 (patch)
tree6cacdbfbebdb120ce3cc1c4a86453d635038f49d /advanced_python/Makefile
parent3b7ed43d8d159470654351c31a52f9edeaeaa60c (diff)
downloadpython-workshops-b64d87addfc4b90e3a2c93763eff8faf1e7cee21.tar.gz
python-workshops-b64d87addfc4b90e3a2c93763eff8faf1e7cee21.tar.bz2
python-workshops-b64d87addfc4b90e3a2c93763eff8faf1e7cee21.zip
Rename the files for easier navigation.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r--advanced_python/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
index 2d9daf2..5d0a0e4 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -4,15 +4,15 @@
pdflatex $*.tex
pdflatex $*.tex
-SLIDES= intro.pdf \
- names_objects.pdf \
- varargs_kwargs.pdf \
- only_kwargs.pdf \
- closures.pdf \
- practice_functions.pdf \
- oop_basics.pdf \
- oop_inheritance.pdf \
- oop_containership.pdf
+SLIDES= 1_intro.pdf \
+ 2_names_objects.pdf \
+ 3_varargs_kwargs.pdf \
+ 4_only_kwargs.pdf \
+ 5_closures.pdf \
+ 6_practice_functions.pdf \
+ 7_oop_basics.pdf \
+ 8_oop_inheritance.pdf \
+ 9_oop_containership.pdf
all: $(SLIDES)