help
        
      
        
          | 
                Last change
                  on this file since 839a0d5 was
                  b2647de,
                  checked in by pawelk <pawelk@…>, 18 years ago
           | 
        
        
          | 
               
Poprawiłem skrypty, generujące dystrybucję tarball oraz rpm. 
Można testować: make dist_tarball oraz make dist_rpm. 
 
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@11 e293616e-ec6a-49c2-aa92-f4a8b91c5d16 
 
           | 
        
        
          
            
              - 
                  Property mode set to
                  
100644
               
             
           | 
        
        | 
            File size:
            735 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | main: utt.info utt.pdf utt.html utt.ps | 
|---|
| 2 |  | 
|---|
| 3 | utt.info: utt.texinfo | 
|---|
| 4 |         makeinfo utt.texinfo | 
|---|
| 5 |  | 
|---|
| 6 | utt.pdf: utt.texinfo | 
|---|
| 7 |         texi2pdf utt.texinfo | 
|---|
| 8 |         rm utt.{aux,cp,fn,ky,log,pg,toc,tp,vr} | 
|---|
| 9 |  | 
|---|
| 10 | utt.html: utt.texinfo | 
|---|
| 11 |         makeinfo --html --no-split utt.texinfo | 
|---|
| 12 |  | 
|---|
| 13 | utt.dvi: utt.texinfo | 
|---|
| 14 |         texi2dvi utt.texinfo | 
|---|
| 15 |  | 
|---|
| 16 | utt.ps: utt.dvi | 
|---|
| 17 |         dvips -o utt.ps utt.dvi | 
|---|
| 18 |  | 
|---|
| 19 |  | 
|---|
| 20 | copy: | 
|---|
| 21 | ifdef UTT_SHARE_DIR | 
|---|
| 22 |         # tworzymy archiwa (wymagane przez programy) | 
|---|
| 23 |         gzip --best utt.info | 
|---|
| 24 |         mv utt.info.gz ${UTT_SHARE_DIR}/info/ | 
|---|
| 25 |  | 
|---|
| 26 |         # tworzymy archiwa (wymagane przez programy) | 
|---|
| 27 |         #gzip --best utt.man | 
|---|
| 28 |         #mv utt.man.gz ${UTT_SHARE_DIR}/man/man3/utt.gz.1 | 
|---|
| 29 |  | 
|---|
| 30 |         #pozostale dokumenty | 
|---|
| 31 |         mv utt.{ps,pdf,html} ${UTT_SHARE_DIR}/doc/utt/ | 
|---|
| 32 | endif | 
|---|
| 33 |  | 
|---|
| 34 | clean: | 
|---|
| 35 |         rm -f utt.{aux,cp,dvi,fn,fns,html,info,ky,log,pdf,pg,ps,toc,tp,vr} | 
|---|
| 36 |         rm -f *~ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.