Skip to content

Commit

Permalink
Actually commit the PDFs.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettviren committed Feb 9, 2015
1 parent 43a239c commit c074ea5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
*.fls
*.log
*.fdb_latexmk
volume-*.pdf
*.bbl
*.blg
tests/tables.pdf
.DS_Store
.svn

*.lof
*.lot
*.nlo
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
This repository holds the source for three volumes of the Conceptual Design Report for the next long-baseline experiment at Fermilab.
====

Releases
---

This is the release branch. See point releases on the
[release page](https://github.com/LBNE/lbn-cdr/releases).

Guidance
---

Expand Down
13 changes: 13 additions & 0 deletions make-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
for name in readme fd cryo
do
pdflatex volume-${name}
pdflatex volume-${name}
pdflatex volume-${name}
pdflatex volume-${name}
done

echo "If everything looks good do:"
echo "git commit -a -m 'Some commit message'"
echo "git tag -a v<X.Y> -m'some tag message'"
echo "git push origin releases"
echo "git push --tags origin releases"
Binary file added volume-cryo.pdf
Binary file not shown.
Binary file added volume-fd.pdf
Binary file not shown.
Binary file added volume-readme.pdf
Binary file not shown.

0 comments on commit c074ea5

Please sign in to comment.