# -*- make -*- # (C) 2013 by Eugeniy Mikhailov, PACKAGE_DIR = $(shell basename `pwd`) tex_independent := manual.tex \ interferometry.tex \ emratio.tex \ ediffract.tex \ blackbody.tex \ pe-effect.tex \ single-photon-interference.tex \ faraday_rotation.tex \ spectr.tex \ supcon.tex t2t_fig_files := tex_fig_files := $(wildcard pdf_figs/*.pdf) tex_includes := title_page.tex evmik_manual.sty \ interferometry.tex \ emratio.tex \ ediffract.tex \ blackbody.tex \ pe-effect.tex \ single-photon-interference.tex \ faraday_rotation.tex \ spectr.tex \ supcon.tex REQUIRED_TARGETS += pdf_tex html_t2t INSTALL_TARGETS += install_pdf_tex install_html_t2t