Skip to content

Commit

Permalink
Some gitignores and some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
crunchyjohn authored and jconway committed Jul 21, 2017
1 parent dc25d1f commit 07ef6bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Derived objects
set_user.o
set_user.so

# Generated documentation
*.pdf
1 change: 1 addition & 0 deletions docbuilder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vagrant
3 changes: 3 additions & 0 deletions docbuilder/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To build the docs, do the following:
1) vagrant up
2) vagrant destroy
4 changes: 3 additions & 1 deletion docbuilder/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Vagrant.configure(2) do |config|
yum -y install 'texlive-*'
# Generate docs
pandoc -s /set-user/README.md -o /set-user/README.pdf
cd /set-user
version=$(grep "default_version" set_user.control | awk '{print $3}' | sed "s/'//g")
pandoc -s README.md -o Set_User-UserGuide-$version.pdf
SHELL

# Don't share the default vagrant folder
Expand Down

0 comments on commit 07ef6bf

Please sign in to comment.