source: CMT/v1r19/mgr/fragments/dvi@ 1

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

Import all tags

File size: 215 bytes
Line 
1#-- start of dvi ------
2
3${FILEPATH}/${NAME}.dvi : ${FULLNAME}
4 cd ${doc}; latex ${FULLNAME}
5
6${FILEPATH}/${NAME}.ps : ${FILEPATH}/${NAME}.dvi
7 cd ${doc}; dvips ${FILEPATH}/${NAME}.dvi
8#-- end of dvi ------
Note: See TracBrowser for help on using the repository browser.