bzr branch
http://bzr.ed.am/gtk/prep-images
1 2 3 4 5 6 7 8 9 10 11 12 |
# Makefile.am -- process this file with automake to produce Makefile.in bin_SCRIPTS = scripts/add-copyright-to-images # pkgpythondir gives us a module name with '-'s in it add_copyright_to_imagesdir = $(pythondir)/add_copyright_to_images add_copyright_to_images_PYTHON = \ add_copyright_to_images/__init__.py \ add_copyright_to_images/main_window.py \ add_copyright_to_images/prefs_dialog.py \ add_copyright_to_images/preferences.py |