bzr branch
http://bzr.ed.am/gtk/prep-images
1
by edam
- initial commit, includes project and build setup |
1 |
# Makefile.am -- process this file with automake to produce Makefile.in |
2 |
||
3
by edam
- renamed project from add-copyright-to-images to prep-images |
3 |
bin_SCRIPTS = prep-images |
1
by edam
- initial commit, includes project and build setup |
4 |
|
5 |
# pkgpythondir gives us a module name with '-'s in it |
|
3
by edam
- renamed project from add-copyright-to-images to prep-images |
6 |
prep_imagesdir = $(pythondir)/prep_images |
1
by edam
- initial commit, includes project and build setup |
7 |
|
3
by edam
- renamed project from add-copyright-to-images to prep-images |
8 |
prep_images_PYTHON = \ |
9 |
../lib/prep_images/__init__.py \ |
|
10 |
../lib/prep_images/main_window.py \ |
|
11 |
../lib/prep_images/prefs_dialog.py \ |
|
12 |
../lib/prep_images/preferences.py |