summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-04-12 19:31:34 +0200
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-04-23 23:56:40 +0100
commit149bd8434af4a34af963b4bf381dc151b2edfd69 (patch)
tree0a168bd55e1d2c4137bf1edd67d9e1de701beaab /Makefile
parentSet text size manually to generate larger right margin (diff)
downloadpms-149bd8434af4a34af963b4bf381dc151b2edfd69.tar.gz
pms-149bd8434af4a34af963b4bf381dc151b2edfd69.tar.bz2
pms-149bd8434af4a34af963b4bf381dc151b2edfd69.zip
Factor out pms.cls for better readability of source
Use small capitals for references and margin labels. Go back to report class (we want one-sided layout).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b49437..e9c3dd4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ clean :
rm -f *~ *.pdf *.dvi *.log *.aux *.bbl *.blg *.toc *.lol *.loa *.lox \
*.lot *.out *.html *.css *.png *.4ct *.4tc *.idv *.lg *.tmp *.xref vc.tex || true
-LATEXFILES = $(shell ls *.tex)
+LATEXFILES = $(shell ls *.tex) pms.cls
LISTINGFILES = $(shell ls *.listing)
SOURCEFILES = $(LATEXFILES) $(LISTINGFILES)