diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-10-12 16:08:59 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-10-12 16:08:59 -0500 |
commit | 6530a604e01f186f05166bb142b10195d5b6d2c8 (patch) | |
tree | ef55b43d24dfeaced2502fd0c1b8743907aa7301 /Makefile | |
parent | 6ed73d053ceadbcdf75dcb9d34a0427c208e55db (diff) | |
download | sddm-6530a604e01f186f05166bb142b10195d5b6d2c8.tar.gz sddm-6530a604e01f186f05166bb142b10195d5b6d2c8.tar.bz2 sddm-6530a604e01f186f05166bb142b10195d5b6d2c8.zip |
move sddm.tex to doc/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -7,16 +7,7 @@ default: all cd src && "$(MAKE)" $@ cd utils && "$(MAKE)" $@ -all: sddm.pdf +doc: + cd doc && "$(MAKE)" -all: sddm.pdf - -calculate_limits: calculate_limits.c - -sddm.pdf: sddm.tex - pdflatex $^ - -clean: - rm calculate_limits - -.PHONY: clean sddm.pdf +.PHONY: doc |