diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 17:39:40 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 17:39:40 -0400 |
commit | bc88bdcf162bd44d4a4628493479da266494df5a (patch) | |
tree | 1b10374ff07dd4d220c8e5ddff117379a1ebe87b /notes/local.mk | |
parent | f0c3e8aa8c63d578304c05cb93d19fc282238fc2 (diff) | |
download | manual_for_Experimental_Atomic_Physics-bc88bdcf162bd44d4a4628493479da266494df5a.tar.gz manual_for_Experimental_Atomic_Physics-bc88bdcf162bd44d4a4628493479da266494df5a.zip |
dir renamed to remove silly source extention
Diffstat (limited to 'notes/local.mk')
-rw-r--r-- | notes/local.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/notes/local.mk b/notes/local.mk deleted file mode 100644 index 8d6d951..0000000 --- a/notes/local.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- make -*- -# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com> - - -PACKAGE_DIR = $(shell basename `pwd`) - -tex_independent := error_propagation_note.tex -t2t_fig_files := -tex_fig_files := -tex_includes := - -REQUIRED_TARGETS += pdf_tex -INSTALL_TARGETS += install_pdf_tex - |