Skip to content
Snippets Groups Projects
Commit 2266a55f authored by Alice Brenon's avatar Alice Brenon
Browse files

Remove the rules to generate the course since it has been removed from the repos

parent 9e29da43
No related branches found
No related tags found
No related merge requests found
......@@ -6,16 +6,12 @@ INHERITANCE_GRAPHS = $(call graphs,classesTree exceptionsTree)
IMPLEMENTATION_GRAPHS = $(call graphs,arrayList implementations linkedList newCellArrayList newCellLinkedList hashMap)
BOX = $(call graphs,nestedBox)
COURSE = IST-4-JAV_Course.pdf
SLIDES = $(call pdfs,Slides)
WORKSHEET = $(call pdfs,Worksheet)
WEBPAGE = IST-4-JAV.html
all: $(COURSE) $(SLIDES) $(WORKSHEET) $(WEBPAGE)
$(COURSE): Course.md $(MODEL_PARALLELOGRAM)
pandoc --toc $< -o $@
all: $(SLIDES) $(WORKSHEET) $(WEBPAGE)
Slides/Class1.pdf: Slides/Class1.md $(MODEL_PARALLELOGRAM) figures/helloworld.tex
pandoc --slide-level=3 -t beamer $< -o $@
......@@ -36,4 +32,4 @@ Worksheet/%.pdf: Worksheet/%.md
pandoc -s $< -o $@
clean:
rm -f $(MODEL_PARALLELOGRAM) $(INHERITANCE_GRAPHS) $(COURSE) $(SLIDES)
rm -f $(MODEL_PARALLELOGRAM) $(INHERITANCE_GRAPHS) $(SLIDES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment