Rozdiely pre platos/_scripts/create-document medzi verziami 1.7 a 1.8
| verzia 1.7, 2003/06/11 18:04:25 |
verzia 1.8, 2003/06/11 18:06:52 |
|
|
| # All rights reserved. |
# All rights reserved. |
| # |
# |
| |
|
| # $Platon: Platon.SK/office/_scripts/create-document,v 1.6 2003/06/11 17:59:54 nepto Exp $ |
# $Platon: Platon.SK/office/_scripts/create-document,v 1.7 2003/06/11 18:04:25 nepto Exp $ |
| |
|
| DATE="`date '+%y-%m-%d'`" |
DATE="`date '+%y-%m-%d'`" |
| |
|
|
|
| echo " STEP 1: Adding '$DIRNAME' into SUBDIRS file."; |
echo " STEP 1: Adding '$DIRNAME' into SUBDIRS file."; |
| echo "$DIRNAME" >> SUBDIRS; |
echo "$DIRNAME" >> SUBDIRS; |
| fi |
fi |
| echo " STEP 2: Adding '$FILENAME.pdf' into $DIRNAME/pdf_OUTPUTS file."; |
echo " STEP 2: Adding '$FILENAME.pdf' into $DIRNAME/pdf_OUTPUT file."; |
| echo "$FILENAME.pdf" >> "$DIRNAME/pdf_OUTPUTS"; |
echo "$FILENAME.pdf" >> "$DIRNAME/pdf_OUTPUT"; |
| echo " STEP 3: Adding '$FILENAME.ps' into $DIRNAME/ps__OUTPUTS file."; |
echo " STEP 3: Adding '$FILENAME.ps' into $DIRNAME/ps__OUTPUT file."; |
| echo "$FILENAME.ps" >> "$DIRNAME/ps__OUTPUTS"; |
echo "$FILENAME.ps" >> "$DIRNAME/ps__OUTPUT"; |
| echo "Now you have to add files in directory '$DIRNAME' into CVS and commit them." |
echo "Now you have to add files in directory '$DIRNAME' into CVS and commit them." |
| |
|
| # vim: ft=sh |
# vim: ft=sh |
Platon Group <platon@platon.sk> http://platon.sk/
|
|