Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Germain-C2S
Beamer TPT NG
Commits
4a01bece
Commit
4a01bece
authored
Jul 15, 2020
by
Cédric Ware
Browse files
Begin splitting off packaging-specific makefile.
parent
3aa21223
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4a01bece
...
...
@@ -21,7 +21,6 @@ NEEDED = $(FIGS_PDF) $(FIGS_PDF_T) $(SVGS_PDF) $(ODGS_PDF)
# Only for package documentation.
NEEDED_DOC
=
$(TOP_NAME)
-slide2
.pdf
RELEASE_SCRIPT
=
debian/make-release
PREVIEW_OPTS
=
\R
equirePackage[active,delayed,tightpage,graphics,pdftex]
{
preview
}
PREVIEW_OPTS
+=
\P
reviewMacro[
{
*
[][]{}}]{
\i
ncode
}
...
...
@@ -70,12 +69,3 @@ clean:
# Only for package documentation.
$(TOP_NAME)-slide2.tex
:
$(TOP_NAME).tex
@
perl
-pE
'if (m{^%+ Stop ici}i) { say "\\end{document}"; last; }'
$<
>
$@
# Only for package installation and packaging.
# Usage: make release V=-v<x>.<y>.<z>. If V is not given,
# it will be calculated from the latest version-like tag
# (and incremented unless working copy is clean and at the tag).
# FIXME temporary: ignore poster .sty in $(STYS) until it is updated.
release
:
perl
-i
.orig
$(RELEASE_SCRIPT)
$(V)
$(
filter-out
%poster.sty,
$(STYS)
)
$(TOP_NAME)
.tex
debian/packaging.make
0 → 100755
View file @
4a01bece
#! /usr/bin/make -f
#
# Use this Makefile with GNU make.
#
TOP
?=
model.pdf
TOP_NAME
=
$(
patsubst
%.pdf,%,
$(TOP)
)
STYS
=
$(
wildcard
texinputs/
*
.sty
)
RELEASE_SCRIPT
=
debian/make-release
.PHONY
:
all clean dep preview release
# Only for package installation and packaging.
# Usage: make release V=-v<x>.<y>.<z>. If V is not given,
# it will be calculated from the latest version-like tag
# (and incremented unless working copy is clean and at the tag).
# FIXME temporary: ignore poster .sty in $(STYS) until it is updated.
release
:
perl
-i
.orig
$(RELEASE_SCRIPT)
$(V)
$(
filter-out
%poster.sty,
$(STYS)
)
$(TOP_NAME)
.tex
texinputs/beamerthemetptnew.sty
View file @
4a01bece
\NeedsTeXFormat
{
LaTeX2e
}
[1995/12/01]
\ProvidesPackage
{
beamerthemetptnew
}
[2020/07/
0
5 v0.8.
3
]
\ProvidesPackage
{
beamerthemetptnew
}
[2020/07/
1
5 v0.8.
4
]
% Utilisation de pgfkeys/pgfopts pour la gestion des options,
% et définition de raccourcis.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment