Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
presentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Laros
presentation
Commits
8904b646
Commit
8904b646
authored
9 years ago
by
Laros
Browse files
Options
Downloads
Patches
Plain Diff
Added beamer handout target.
parent
958e0fcf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+8
-2
8 additions, 2 deletions
Makefile
with
8 additions
and
2 deletions
Makefile
+
8
−
2
View file @
8904b646
...
...
@@ -35,6 +35,7 @@ PIC := $(foreach I, $(PIC_EXT), $(basename $(shell ls *.$I)))
PDF
:=
$(
addsuffix .pdf,
$(
SRC
))
RTF
:=
$(
addsuffix .rtf,
$(
SRC
))
DOC
:=
$(
addsuffix .docx,
$(
SRC
))
HDT
:=
$(
addsuffix _handout.pdf,
$(
SRC
))
# Temporary files.
TMP
:=
blg log nav out snm toc dvi aux idx vrb ps glg glo ist
...
...
@@ -66,11 +67,13 @@ rtf: $(RTF)
doc
:
$(DOC)
handout
:
$(HDT)
clean
:
rm
-f
$(
foreach I,
$(
TMP
)
,
$(
addsuffix .
$I
,
$(
SRC
)))
$(
PNG
)
$(
TNP
)
rm
-f
$(
foreach I,
$(
TMP
)
,
$(
addsuffix .
$I
,
$(
SRC
)))
$(
foreach I,
$(
TMP
)
,
$(
addsuffix _handout.
$I
,
$(
SRC
)))
$(
PNG
)
$(
TNP
)
distclean
:
clean
rm
-f
$(
PDF
)
$(
RTF
)
$(
DOC
)
$(
BIB
)
$(
EPS
)
$(
TEX_T
)
rm
-f
$(
PDF
)
$(
RTF
)
$(
DOC
)
$(
HDT
)
$(
BIB
)
$(
EPS
)
$(
TEX_T
)
release
:
all clean
...
...
@@ -205,3 +208,6 @@ release: all clean
%.docx
:
%.rtf
$(
LIBREOFFICE
)
--headless
--invisible
--convert-to
docx
$<
-o
$@
%_handout.tex
:
%.tex
sed
's/^\\documentclass\[/\\documentclass\[handout, /'
$<
>
$@
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