i should not write only half the commands needed...
This commit is contained in:
parent
4e718a2322
commit
cf44556d57
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue