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

include $(gagadmdir)/Makefile.def

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

DOC_IDS = imager # imager-noema

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

include $(gagadmdir)/Makefile.doc

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

imager.pdf imager-html: imager.tex imager.bib preamble.tex		\
      basic-concepts.tex uv-table.tex single-field.tex wide-field.tex	\
      self-calibration.tex view-show.tex all-in-one.tex			\
      polarization.tex app-casa.tex uv-plane.tex continuum.tex bugs.tex \
      bundles.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-bundles.hlp: imager-help-bundles.nroff imager-help-selfcal.nroff

imager-help-calib.hlp: imager-help-calib.nroff

imager-help-display.hlp: imager-help-display.nroff

imager-help-imager.hlp: imager-help-imager.nroff
###########################################################################
