--- libgig/trunk/Makefile.am 2003/10/25 20:15:04 2 +++ libgig/trunk/Makefile.am 2005/06/15 13:57:29 652 @@ -1,5 +1,14 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 +# require automake >= 1.5 (mandatory for option dist-bzip2) +AUTOMAKE_OPTIONS = 1.5 dist-bzip2 -SUBDIRS = src +SUBDIRS = doc man src debian + +# to prevent compile errors on some systems +AM_CXXFLAGS = -pedantic + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = gig.pc + +docs: Doxyfile + @echo '*** Running doxygen ***' + doxygen Doxyfile