--- linuxsampler/trunk/Makefile.am 2005/06/15 20:48:18 658 +++ linuxsampler/trunk/Makefile.am 2005/07/19 15:43:40 697 @@ -3,6 +3,9 @@ SUBDIRS = man src scripts osx Artwork Documentation debian +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = linuxsampler.pc + EXTRA_DIST = Doxyfile linuxsampler.kdevelop .PHONY: parser testcases @@ -16,3 +19,7 @@ @cd $(srcdir)/src/testcases && make linuxsamplertest tests: testcases + +docs: Doxyfile + @echo '*** Running doxygen ***' + doxygen Doxyfile