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 /local.mk | |
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 'local.mk')
-rw-r--r-- | local.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/local.mk b/local.mk new file mode 100644 index 0000000..fa60706 --- /dev/null +++ b/local.mk @@ -0,0 +1,14 @@ +# -*- make -*- +# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com> + + +#PACKAGE_DIR = $(shell basename `pwd`) +PACKAGE_DIR = . + +tex_independent := +tex_fig_files := +t2t_fig_files := + +REQUIRED_TARGETS += html_t2t +INSTALL_TARGETS += install_html_t2t + |