10 lines
		
	
	
		
			253 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			253 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SUBDIRS = icons themes keyboards
 | 
						|
 | 
						|
desktopdir = $(datadir)/applications
 | 
						|
desktop_in_files = eekboard.desktop.in
 | 
						|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 | 
						|
@INTLTOOL_DESKTOP_RULE@
 | 
						|
 | 
						|
CLEANFILES = $(desktop_DATA)
 | 
						|
EXTRA_DIST = $(desktop_in_files)
 |