CombiningParticlePotentialParsing
      
      
        
          | 
            Last change
 on this file since 52b5ca was             b8f0a8d, checked in by Frederik Heber <heber@…>, 10 years ago           | 
        
        
          | 
             
FIX: bash_completion was accidentally removed by clean target. 
 
- also Python/boxmaker was not contained in EXTRA_DIST.
  
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            314 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [9fd196] | 1 | if CONDPYTHON
 | 
|---|
 | 2 | PYTHON_TOOLS = \
 | 
|---|
 | 3 |         Python/boxmaker
 | 
|---|
 | 4 | endif
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | ${PYTHON_TOOLS}: Python/python_wrapper
 | 
|---|
 | 7 |         cp $< $@
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | if CONDPYTHON
 | 
|---|
| [b8f0a8d] | 10 | EXTRA_DIST += \
 | 
|---|
 | 11 |         ${PYTHON_TOOLS} \
 | 
|---|
 | 12 |         Python/HOWTO-boxmaker
 | 
|---|
| [9fd196] | 13 | BUILT_SOURCES += ${PYTHON_TOOLS}
 | 
|---|
 | 14 | CLEANFILES += ${PYTHON_TOOLS}
 | 
|---|
 | 15 | bin_SCRIPTS += ${PYTHON_TOOLS}
 | 
|---|
 | 16 | pyexec_SCRIPTS += Python/boxmaker.py
 | 
|---|
 | 17 | endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.