File: Makefile.am

package info (click to toggle)
gedit 2.14.4-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,300 kB
  • ctags: 4,353
  • sloc: ansic: 40,912; xml: 20,600; sh: 9,000; python: 4,628; makefile: 686
file content (23 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Python snippets plugin
snippets_DATA = \
	css.xml \
	c.xml \
	c++.xml \
	global.xml \
	haskell.xml \
	html.xml \
	idl.xml \
	javascript.xml \
	java.xml \
	latex.xml \
	perl.xml \
	php.xml \
	python.xml \
	ruby.xml \
	sh.xml \
	tcl.xml \
	xml.xml
	
snippetsdir = $(datadir)/gedit-2/plugins/snippets

EXTRA_DIST = $(snippets_DATA)