Changeset 2383
- Timestamp:
- 07/22/05 21:03:42 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/MANIFEST.in
r2352 r2383 9 9 recursive-include untested README *.sh *.ps *.pjl 10 10 recursive-include logos README *.png *.xcf *.jpeg 11 recursive-include contributed README *.pl *.sh *.py 11 recursive-include contributed README *.pl *.sh *.py *.php 12 12 recursive-include stylesheets README *.css 13 13 recursive-include openoffice README *.png *.sx? *.pdf -
pykota/trunk/NEWS
r2366 r2383 24 24 - 1.23alpha18 : 25 25 26 - Added the dump_bfd.php contribution. 27 28 - Several fixes in the internal PJL accounter. 29 26 30 - Now autopykota doesn't create unneeded print quota entries anymore. 27 31 -
pykota/trunk/setup.py
r2352 r2383 80 80 81 81 directory = 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"])) 82 data_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"])) 83 92 84 93 data_files.append((os.sep.join([directory, "conf"]), ["conf/README", "conf/pykota.conf.sample", "conf/pykotadmin.conf.sample"]))