This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-governance
mirror of
https://github.com/jrtechs/governance.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
Change structure.
ct-martin-patch-1
Claire Charron
9 years ago
parent
c234a31864
commit
ea5b7139b3
7 changed files
with
17 additions
and
17 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+14
-0
Makefile
+0
-0
head.tex
+0
-0
other/.gitkeep
+0
-15
policy/Makefile
+1
-1
policy/constitution.tex
+1
-1
policy/server_use_policy.tex
+ 1
- 0
.gitignore
View File
@ -1,3 +1,4 @@
*.swp
*.pdf
*.aux
*.out
+ 14
- 0
Makefile
View File
@ -0,0 +1,14 @@
TEX
=
$(
wildcard policy/*.tex
)
$(
wildcard other/*.tex
)
PDF
=
${
TEX
:
.tex=.pdf
}
.SUFFIXES
:
.SUFFIXES
:
.
tex
.
pdf
.tex.pdf
:
cd
$(
dir $<
)
&&
pdflatex
$(
notdir $<
)
governance.zip
:
${
PDF
}
zip governance.zip
${
PDF
}
clean
:
rm -f *.log *.aux *.pdf *.zip
policy/head.tex → head.tex
View File
+ 0
- 0
other/.gitkeep
View File
+ 0
- 15
policy/Makefile
View File
@ -1,15 +0,0 @@
TEX
=
$(
wildcard *.tex
)
SRC
=
$(
filter-out head.tex,
${
TEX
}
)
PDF
=
${
SRC
:
.tex=.pdf
}
.SUFFIXES
:
.SUFFIXES
:
.
tex
.
pdf
.tex.pdf
:
pdflatex $<
policy.zip
:
${
PDF
}
zip policy.zip
${
PDF
}
clean
:
rm -f *.log *.aux *.pdf *.zip
+ 1
- 1
policy/constitution.tex
View File
@ -1,4 +1,4 @@
\input
{
head.tex
}
\input
{
../
head.tex
}
\begin
{
document
}
\pagetitle
{
RIT Linux Users Group Constitution
}
{
Updated May 06, 2014
}
+ 1
- 1
policy/server_use_policy.tex
View File
@ -1,4 +1,4 @@
\input
{
head.tex
}
\input
{
../
head.tex
}
\begin
{
document
}
\pagetitle
{
RITlug Server Use Policy
}
{
Updated April 26, 2014
}
Write
Preview
Loading…
Cancel
Save