diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 17:35:01 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 17:35:01 -0400 |
commit | 08f688e6fc8dda9f5a9f9a38593208888a7cd14f (patch) | |
tree | 28a82491a250511bb85adb3490da1d8ada1a668d /Makefile | |
parent | 9c47c214860f00c7a680359f32e852d73522800a (diff) | |
download | manual_for_Experimental_Atomic_Physics-08f688e6fc8dda9f5a9f9a38593208888a7cd14f.tar.gz manual_for_Experimental_Atomic_Physics-08f688e6fc8dda9f5a9f9a38593208888a7cd14f.zip |
added notes makefile and redone top Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ files4upload = $(html_targets) $(samples) $(syllabus_dir) $(misc) upscr = rsync --delete -ave ssh include $(TOPDIR)/common.mk -#include ./local.mk +include ./local.mk include $(MAKEINCLUDE_DIR)/t2t.mk include $(MAKEINCLUDE_DIR)/tex.mk include $(MAKEINCLUDE_DIR)/css.mk |