fix for Modifier directory (contains more than just .tex files to be copied)

This commit is contained in:
Susan Hert 2002-05-13 16:21:26 +00:00
parent 80f85e0019
commit 24b0ea76ca
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ echo "***copying Union_find to Miscellaney***"
\cp $TARGET_DIR/support/Union_find/* $TARGET_DIR/support/Miscellany
\cp $TARGET_DIR/support/Union_find_ref/* $TARGET_DIR/support/Miscellany_ref
echo "***copying Modifier to Miscellaney***"
\cp -r $TARGET_DIR/support/Modifier/*.tex $TARGET_DIR/support/Miscellany
\cp -r $TARGET_DIR/support/Modifier/* $TARGET_DIR/support/Miscellany
\cp -r $TARGET_DIR/support/Modifier_ref/*.tex $TARGET_DIR/support/Miscellany_ref
echo "***recopying Miscellany main.tex***"
\cp doc_tex_skel/support/Miscellany/main.tex $TARGET_DIR/support/Miscellany