Changeset 13980
- Timestamp:
- 11/16/12 08:45:08 (12 years ago)
- Location:
- issm/oecreview
- Files:
-
- 582 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/oecreview/Template/Makefile
r10968 r13980 1 name=docreview 2 1 TARGET=docreview 3 2 4 3 all: 5 latex $(name).tex 6 dvips $(name).dvi 7 ps2pdf $(name).ps $(name).pdf 8 rm -rf *.dvi *.log *.aux *.ps 4 pdflatex -interaction=errorstopmode -file-line-error -halt-on-error $(TARGET).tex 5 rm -rf *.log *.aux 9 6 10 7 clean: 11 rm -rf *. dvi *.log *.aux8 rm -rf *.log *.aux -
issm/oecreview/Template/docreview.tex
r10968 r13980 41 41 \noindent \textbf{Comments:} see table of changes below. \\ \\ 42 42 \noindent \textbf{Reviewed by ISSM Export Transfer Liaison:} Dr. Eric Larour \hfill \textbf{Date:} \input{Date} \\ 43 \includegraphics[scale=1]{signature .eps}43 \includegraphics[scale=1]{signature} 44 44 45 45 \noindent JPL Export Administration Form TBS – June 29, 2011 -
issm/oecreview/oecreview.sh
r12681 r13980 99 99 100 100 #Archive location: 101 UCI_SVN= $ISSM_DIR/../101 UCI_SVN=./../ 102 102 ARCHIVE_ROOT=$UCI_SVN/oecreview/Archive 103 103 TEMPLATE_DIR=$UCI_SVN/oecreview/Template … … 132 132 cp $TEMPLATE_DIR/docreview.tex $ARCHIVE_DIR/ISSM-DocReview-$r1-$r2.tex 133 133 cp $TEMPLATE_DIR/signature.eps $ARCHIVE_DIR/ 134 cat $TEMPLATE_DIR/Makefile | sed "s/ name=docreview/name=ISSM-DocReview-$r1-$r2/g" > $ARCHIVE_DIR/Makefile134 cat $TEMPLATE_DIR/Makefile | sed "s/TARGET=docreview/TARGET=ISSM-DocReview-$r1-$r2/g" > $ARCHIVE_DIR/Makefile 135 135 136 136 COUNTER=0 … … 175 175 \\noindent \\textbf{Change \#$COUNTER} with diff file ISSM-$i-$j.diff: \\\\ 176 176 Function name: \\\\ 177 $( echo $changedpath | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g' )\\\\177 $( echo $changedpath | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g' | sed 's/\$/\\$/g')\\\\ 178 178 Export determination: 6. \\\\ 179 Rationale: $(echo $logmessage | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g' )\\\\179 Rationale: $(echo $logmessage | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g' | sed 's/\$/\\$/g')\\\\ 180 180 \\vspace{3em} 181 181
Note:
See TracChangeset
for help on using the changeset viewer.