blob: 1cd94e53b3736e8d24002820162a39cc43a3752a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- make -*-
# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com>
PACKAGE_DIR = $(shell basename `pwd`)
tex_independent :=
tex_fig_files :=
t2t_fig_files := errorbar_plot.png errorbar_with_large_font_plot.png fitted_data_improved.png fitted_data.png simple_labeled_and_proper_limits_plot.png simple_labeled_plot.png simple_unlabeled_plot.png
REQUIRED_TARGETS += html_t2t
INSTALL_TARGETS += install_html_t2t
|