--- linuxsampler/trunk/Makefile.am 2004/07/25 23:27:41 211 +++ linuxsampler/trunk/Makefile.am 2005/06/12 23:49:00 643 @@ -1,12 +1,12 @@ # 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 = foreign 1.4 dist-bzip2 -SUBDIRS = src +SUBDIRS = man src .PHONY: parser testcases -# generate parser with lex and yacc +# generate parser with yacc parser: @cd $(srcdir)/src/network && make $@