--- linuxsampler/trunk/Makefile.am 2005/06/15 20:25:25 654 +++ linuxsampler/trunk/Makefile.am 2005/07/19 16:03:12 700 @@ -1,10 +1,14 @@ -# not a GNU package. You can remove 'foreign', if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.5 dist-bzip2 +# require automake (>= 1.5) due to 'dist-bzip2' option +AUTOMAKE_OPTIONS = 1.5 dist-bzip2 SUBDIRS = man src scripts osx Artwork Documentation debian -EXTRA_DIST = Doxyfile linuxsampler.kdevelop +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = linuxsampler.pc + +EXTRA_DIST = Doxyfile.in \ + linuxsampler.pc.in \ + linuxsampler.kdevelop .PHONY: parser testcases @@ -17,3 +21,7 @@ @cd $(srcdir)/src/testcases && make linuxsamplertest tests: testcases + +docs: Doxyfile + @echo '*** Running doxygen ***' + doxygen Doxyfile