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

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

Changing eol-style property

  • Property svn:eol-style set to native
File size: 207 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.