FAQ
| This is a
BETA
service |
Changelog
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
regpg
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tony Finch
regpg
Commits
9176c16e
Commit
9176c16e
authored
Nov 17, 2017
by
Tony Finch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make: upload talks and preen
parent
eef75447
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
Makefile
Makefile
+6
-3
talks/2017-11-uis-staff/Makefile
talks/2017-11-uis-staff/Makefile
+3
-8
util/upload.sh
util/upload.sh
+2
-1
No files found.
Makefile
View file @
9176c16e
...
...
@@ -10,8 +10,6 @@ man1dir= ${mandir}/man1
bindest
=
${DESTDIR}${bindir}
man1dest
=
${DESTDIR}${man1dir}
PROGS
=
regpg
markdown
=
doc/contributing.md
\
doc/rationale.md
\
doc/secrets.md
\
...
...
@@ -24,6 +22,8 @@ man1files= regpg.1
DOCS
=
${htmlfiles}
${man1files}
PROGS
=
regpg
all
:
${DOCS}
install
:
all
...
...
@@ -64,5 +64,8 @@ index.html: README.html logo/iframe.pl
release
:
${DOCS}
util/release.sh
${DOCS}
upload
:
${DOCS} index.html
uptalk
:
for
subdir
in
talks/
*
;
do
${MAKE}
-C
$$
subdir all tidy
;
done
upload
:
${DOCS} index.html uptalk
util/upload.sh
talks/2017-11-uis-staff/Makefile
View file @
9176c16e
...
...
@@ -3,7 +3,7 @@
BIBTEX
=
bibtex
PDFLATEX
=
pdflatex
talk
:
slides.pdf notes.pdf
all
:
slides.pdf notes.pdf
rebib
:
${PDFLATEX}
notes.tex
...
...
@@ -11,19 +11,14 @@ rebib:
${PDFLATEX}
notes.tex
${PDFLATEX}
notes.tex
handout.ps
:
slides.ps
psnup
-W12
.6cm
-H9
.6cm
-pa4
-r
-2
slides.ps |
\
sed
'/BoundingBox:/d'
|
\
psnup
-b1cm
-2
>
handout.ps
slides.ps slides.pdf slides.dvi
:
talk.tex slides.tex
notes.ps notes.pdf notes.dvi
:
talk.tex notes.tex
clean
:
tidy
:
rm
-f
*
.aux
*
.bbl
*
.blg
*
.log
*
.nav
*
.out
*
.snm
*
.toc
*
.vrb
realclean
:
clean
clean
:
tidy
rm
-f
*
.pdf
*
.ps
*
.dvi
*
.html
rm
-f
core
*
.core
'#'
*
'#'
*
~
...
...
util/upload.sh
View file @
9176c16e
...
...
@@ -10,7 +10,8 @@ V=$(git describe | perl -pe 's{-(\d+)-\w+}{.$1}')
perl
-pi
-e
's{regpg-\d+(\.\d+)+(\.X)?}{'
$V
'}'
regpg
gpg
--detach-sign
--armor
regpg
rsync
-ilrt
regpg regpg.asc regpg.html index.html dist doc logo
\
rsync
-ilrt
regpg regpg.asc regpg.html index.html
\
dist doc logo talks
\
chiark:public-html/prog/regpg/
git checkout regpg
...
...
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