summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2013-09-11 17:39:40 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2013-09-11 17:39:40 -0400
commitbc88bdcf162bd44d4a4628493479da266494df5a (patch)
tree1b10374ff07dd4d220c8e5ddff117379a1ebe87b /Makefile
parentf0c3e8aa8c63d578304c05cb93d19fc282238fc2 (diff)
downloadmanual_for_Experimental_Atomic_Physics-bc88bdcf162bd44d4a4628493479da266494df5a.tar.gz
manual_for_Experimental_Atomic_Physics-bc88bdcf162bd44d4a4628493479da266494df5a.zip
dir renamed to remove silly source extention
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile38
1 files changed, 6 insertions, 32 deletions
diff --git a/Makefile b/Makefile
index 636e44c..9b246cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,25 +1,15 @@
# -*- make -*-
+# FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/syllabus_source/Makefile"
+# LAST MODIFICATION: "Wed, 11 Sep 2013 13:54:57 -0400 (evmik)"
+# (C) 2001 by Eugeniy Mikhailov, <evmik@tamu.edu>
+# $Id: Makefile,v 1.3 2003/04/23 20:40:19 evmik Exp $
-TOPDIR=$(shell pwd)
-
-make = make
-
-class_base_dir = $(shell basename $(CURDIR))
-
-upload_location_wm = physics.wm.edu:public_html/classes/$(class_base_dir)/
-# see 2012_fall_practical_computing_for_scientists for PREVIOUS_YEAR_MATERIALS_DIR usage
-PREVIOUS_YEAR_MATERIALS_DIR =
-
-
-files4upload = $(html_targets) $(samples) $(syllabus_dir) $(misc)
-
-upscr = rsync --delete -ave ssh
-
+# Default value so one can compile i3-msg standalone
+TOPDIR=..
include $(TOPDIR)/common.mk
include ./local.mk
include $(MAKEINCLUDE_DIR)/t2t.mk
include $(MAKEINCLUDE_DIR)/tex.mk
-include $(MAKEINCLUDE_DIR)/css.mk
dest_dir = $(DESTDIR)$(PREFIX)/$(PACKAGE_DIR)
@@ -36,21 +26,5 @@ real_clean: $(REAL_CLEAN_TARGETS)
install: $(INSTALL_TARGETS)
-upload: upload_location_wm
-
-
-upload_location_wm:
- $(make) upload2location upload_location=$(upload_location_wm)
-
-upload2location:
- $(upscr) $(files4upload) $(upload_location)
-
-last_time_uploaded: $(files4upload) $(weekly_pdf_slides) $(lab_manuals_pdf) $(homeworks_assignments)
- touch last_time_uploaded
-
-real_clean: clean_all
-
-backup:
- rsync -rvze ssh * spiffy.physics.wm.edu:jobs/wm/$(class_base_dir)/