source: CMT/v1r14p20031120/fragments/tex @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 482 bytes
Line 
1#-- start of tex ------
2
3${CONSTITUENT} :: ${FILEPATH}${NAME}.ps
4
5${FILEPATH}${NAME}.dvi : ${NAME}${FILESUFFIX}
6        cd ${doc}; latex ${NAME}${FILESUFFIX}
7
8${FILEPATH}${NAME}.ps : ${FILEPATH}${NAME}.dvi
9        cd ${doc}; dvips -o ${NAME}.ps ${NAME}.dvi
10
11${CONSTITUENT}clean ::
12        $(cleanup_echo) ${doc}/${NAME}.ps
13        $(cleanup_silent) cd ${doc}; /bin/rm -f ${NAME}.ps ${NAME}.dvi
14        $(cleanup_silent) cd ${doc}; /bin/rm -f ${NAME}.aux ${NAME}.log ${NAME}.toc
15
16#-- end of tex ------
Note: See TracBrowser for help on using the repository browser.