aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-10-12 16:08:59 -0500
committertlatorre <tlatorre@uchicago.edu>2019-10-12 16:08:59 -0500
commit6530a604e01f186f05166bb142b10195d5b6d2c8 (patch)
treeef55b43d24dfeaced2502fd0c1b8743907aa7301 /doc/Makefile
parent6ed73d053ceadbcdf75dcb9d34a0427c208e55db (diff)
downloadsddm-6530a604e01f186f05166bb142b10195d5b6d2c8.tar.gz
sddm-6530a604e01f186f05166bb142b10195d5b6d2c8.tar.bz2
sddm-6530a604e01f186f05166bb142b10195d5b6d2c8.zip
move sddm.tex to doc/
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..10cf3fe
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,9 @@
+all: sddm.pdf
+
+sddm.pdf: sddm.tex
+ pdflatex $^
+
+clean:
+ rm sddm.pdf
+
+.PHONY: clean sddm.pdf