summaryrefslogtreecommitdiffstats
path: root/test/rake/data/multidesc/Rakefile
blob: 53424819224a310ecd97d9a07b205bd53c8b8bab (plain)
1
2
3
4
5
6
#SUBDIRS=gui tui plugins tests conf

bin_SCRIPTS = abrt-gui

PYTHON_FILES = CCDBusBackend.py CCDumpList.py CCDump.py CC_gui_functions.py \
               CCReporterDialog.py abrt_utils.py \
               CCMainWindow.py CellRenderers.py ABRTExceptions.py \
               S#!/usr/bin/env ruby

task :b

desc "A"
task :a

desc "B"
task :b

desc "A2"
task :a

task :c

desc "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
task :d
n>datadir)/applications applications_DATA = abrt.desktop pkgdata_PYTHON = $(PYTHON_FILES) pkgdata_DATA = $(GLADE_FILES) pixmapdir = $(datadir)/pixmaps pixmap_DATA = abrt.png CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc)) abrt.desktop: intltool-merge -d ../../po abrt.desktop.in abrt.desktop install-exec-hook: for b in $(bin_SCRIPTS); do \ sed 's:/usr/share:$(datadir):g' -i $(DESTDIR)$(bindir)/$$b || exit $$?; \ sed 's:VERSION:@VERSION@:g' -i $(DESTDIR)$(bindir)/$$b || exit $$?; \ done