Browse Source

Change structure.

ct-martin-patch-1
Claire Charron 9 years ago
parent
commit
ea5b7139b3
7 changed files with 17 additions and 17 deletions
  1. +1
    -0
      .gitignore
  2. +14
    -0
      Makefile
  3. +0
    -0
      head.tex
  4. +0
    -0
      other/.gitkeep
  5. +0
    -15
      policy/Makefile
  6. +1
    -1
      policy/constitution.tex
  7. +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}

Loading…
Cancel
Save