--- linuxsampler/trunk/Makefile.am 2004/07/25 23:27:41 211 +++ linuxsampler/trunk/Makefile.am 2005/05/24 19:20:20 579 @@ -2,11 +2,11 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src +SUBDIRS = man src .PHONY: parser testcases -# generate parser with lex and yacc +# generate parser with yacc parser: @cd $(srcdir)/src/network && make $@