From 6530a604e01f186f05166bb142b10195d5b6d2c8 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 12 Oct 2019 16:08:59 -0500 Subject: move sddm.tex to doc/ --- Makefile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2082cdb..24a8580 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit