Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ist-4-jav
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
ist-4-jav
Commits
2266a55f
Commit
2266a55f
authored
11 months ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-6
2 additions, 6 deletions
Makefile
with
2 additions
and
6 deletions
Makefile
+
2
−
6
View file @
2266a55f
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment