GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tundra
/
reStructuredText
Browse code
add pdf shrinking to release workflow
master
1 parent
cab3ad4
commit
94c7258092386f69ddfeb473b07be469bb23f899
tundra
authored
on 19 Dec 2017
Patch
Unified
Split
Showing
1 changed file
+1
-0
■
■■■■
makefile
Ignore Space
Show notes
View
1
■
■■■■
makefile
release
:
sed
"s/__DATE__/${DATE}/"
<
$
{
PROJECT
}.
rst
>
tmp
.
rst
sed
"s/__REVISION__/${REVISION}/"
<
tmp
.
rst
>
$
{
PROJECT
}.
rst
make html pdf
pdfshrink
.
sh $
{
PROJECT
}.
pdf
rm tmp
.
rst
git checkout $
{
PROJECT
}.
rst
Show line notes below