From 1ed03eea8272d1cea231e72c32797a848b581d15 Mon Sep 17 00:00:00 2001 From: William Trevor King Date: Wed, 5 Aug 2009 09:45:17 -0400 Subject: [PATCH] Build linear_algebra before attempting to install it --- latex/notes/topics/linear_algebra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/notes/topics/linear_algebra/Makefile b/latex/notes/topics/linear_algebra/Makefile index 44a7d40..09ff232 100644 --- a/latex/notes/topics/linear_algebra/Makefile +++ b/latex/notes/topics/linear_algebra/Makefile @@ -27,7 +27,7 @@ $(DIST_FILE) : $(DIST_FILES) tar -chozf $@ $(DIST_DIR) rm -rf $(DIST_DIR) -install : main.pdf +install : main.pdf $(DIST_FILE) scp -p $< $(INSTALL_USER)@$(INSTALL_HOST):$(INSTALL_DIR)/$(THIS_DIR).pdf scp -p $(DIST_FILE) $(INSTALL_USER)@$(INSTALL_HOST):$(SOURCE_DIR) @date > $@ -- 2.26.2