--- libgig/trunk/Makefile.am 2003/11/16 17:47:00 11 +++ libgig/trunk/Makefile.am 2004/07/07 12:03:54 186 @@ -1,8 +1,11 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 - -SUBDIRS = src +SUBDIRS = doc man src # to prevent compile errors on some systems AM_CXXFLAGS = -pedantic + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libgig.pc + +doc: Doxyfile + @echo '*** Running doxygen ***' + doxygen Doxyfile