# # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SUBDIRS = . html # latex # The latex docuement is huge, and seems not to be too useful. EXTRA_DIST = doxyfied noinst_DATA = doxyfied # The dependece on configure.in is there to make sure that the # documentation is recompiled if the release number in that file is # changed. toexamine = \ $(top_srcdir)/configure.in \ $(top_srcdir)/src/*.h \ $(top_srcdir)/src/*.cc doxyfied: $(toexamine) doxygen Doxyfile > /dev/null touch doxyfied