- Timestamp:
- Aug 7, 2008, 2:35:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r1397 r1402 44 44 if (test -d $$i); then \ 45 45 for p in $$pattern; do \ 46 input2="$$input2 `find $$i -name $$p|xargs`";\46 input2="$$input2 `find $$i -name \"$$p\"|xargs`";\ 47 47 done; \ 48 48 else \
Note: See TracChangeset
for help on using the changeset viewer.