Changeset 2383

Show
Ignore:
Timestamp:
07/22/05 21:03:42 (19 years ago)
Author:
jerome
Message:

Ensures that dump_bfd.php is installed like the other contributions.

Location:
pykota/trunk
Files:
3 modified
1 moved

Legend:

Unmodified
Added
Removed
  • pykota/trunk/MANIFEST.in

    r2352 r2383  
    99recursive-include untested README *.sh *.ps *.pjl 
    1010recursive-include logos README *.png *.xcf *.jpeg 
    11 recursive-include contributed README *.pl *.sh *.py 
     11recursive-include contributed README *.pl *.sh *.py *.php 
    1212recursive-include stylesheets README *.css 
    1313recursive-include openoffice README *.png *.sx? *.pdf 
  • pykota/trunk/NEWS

    r2366 r2383  
    2424    - 1.23alpha18 : 
    2525      
     26        - Added the dump_bfd.php contribution.  
     27         
     28        - Several fixes in the internal PJL accounter. 
     29         
    2630        - Now autopykota doesn't create unneeded print quota entries anymore. 
    2731         
  • pykota/trunk/setup.py

    r2352 r2383  
    8080 
    8181directory = os.sep.join(["share", "pykota"]) 
    82 data_files.append((directory, ["checkdeps.py", "bin/cupspykota", "bin/lprngpykota", "bin/waitprinter.sh", "bin/papwaitprinter.sh", "bin/mailandpopup.sh", "contributed/pagecount.pl", "untested/pjl/pagecount.pjl", "untested/pjl/status.pjl", "untested/netatalk/netatalk.sh", "untested/netatalk/pagecount.ps"])) 
     82data_files.append((directory, ["checkdeps.py", "bin/cupspykota", \ 
     83                               "bin/lprngpykota", "bin/waitprinter.sh", \ 
     84                               "bin/papwaitprinter.sh", \ 
     85                               "bin/mailandpopup.sh", \ 
     86                               "contributed/pagecount.pl", \ 
     87                               "contributed/dump_bfd.php", \ 
     88                               "untested/pjl/pagecount.pjl", \ 
     89                               "untested/pjl/status.pjl", \ 
     90                               "untested/netatalk/netatalk.sh", \ 
     91                               "untested/netatalk/pagecount.ps"])) 
    8392 
    8493data_files.append((os.sep.join([directory, "conf"]), ["conf/README", "conf/pykota.conf.sample", "conf/pykotadmin.conf.sample"]))