###########################################################################
#
# Makefile system for GILDAS softwares (2003-2018).
#
# Please be careful: element order often matters in makefiles.
#
###########################################################################

include $(gagadmdir)/Makefile.def

###########################################################################

DOC_IDS = imager # imager-noema

###########################################################################

include $(gagadmdir)/Makefile.doc

###########################################################################

imager.dvi imager.pdf imager-html: imager.tex imager.bib \
      basic-concepts.tex self-calibration.tex single-field.tex uv-table.tex \
      wide-field.tex

#			imager-help-clean.tex imager-help-news.tex imager-help-calib.tex \
			
imager-help-clean.hlp: imager-help-clean-input.nroff		\
                       imager-help-clean-clean-list.nroff	\
                       imager-help-clean-clean-desc.nroff	\
                       imager-help-clean-uvmap-list.nroff	\
                       imager-help-clean-uvmap-desc.nroff

imager-help-news.hlp: imager-help-uvshort.nroff imager-help-selfcal.nroff

###########################################################################
