--- libgig/trunk/Makefile.am 2003/11/16 17:47:00 11 +++ libgig/trunk/Makefile.am 2005/06/12 13:58:24 634 @@ -1,8 +1,13 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = 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