i should not write only half the commands needed...

This commit is contained in:
Nils Kneuper 2007-09-18 22:39:33 +00:00
parent 4e718a2322
commit cf44556d57

View file

@ -21,7 +21,7 @@ endif
finddata=(cd $(top_srcdir) && find data fonts sounds $(findfilterflags) -o -print \
$(findmoredata) )
finddatadirs=(cd $(top_srcdir) && find data fonts sounds -type d \! \( -name .svn -prune \) -print; $(findmoredatadirs) )
findnoinst=(cd $(top_srcdir) && find utils -name .svn -prune -o -name ".\#*" -o -type d -o -print && find MANUAL* && find doc/manual -name "*.html" && doc/manual/images -name "*.jpg" && doc/manual/images -name "*.png")
findnoinst=(cd $(top_srcdir) && find utils -name .svn -prune -o -name ".\#*" -o -type d -o -print && find MANUAL* && find doc/manual -name "*.html" && find doc/manual/images -name "*.jpg" && find doc/manual/images -name "*.png")
w_preparefileinstall = if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
case $$p in \