Browse Source

Ticket #1779: some syntax files are not installable.

Recently added syntax files were not added to Makefile.am,
therefore they won't get it to the distribution through
EXTRA_DIST and are not installed.

Now syntax/Makefile.am file contains all syntax file names
that are sorted alphabetically. Description of tt.syntax
was added to the syntax/Syntax file.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 15 years ago
parent
commit
0f58794a67
2 changed files with 21 additions and 11 deletions
  1. 18 11
      syntax/Makefile.am
  2. 3 0
      syntax/Syntax

+ 18 - 11
syntax/Makefile.am

@@ -1,40 +1,43 @@
 SYNTAXFILES =			\
+	PKGBUILD.syntax		\
 	ada95.syntax		\
-	awk.syntax		\
 	aspx.syntax		\
 	assembler.syntax	\
+	awk.syntax		\
 	c.syntax		\
 	changelog.syntax	\
-	debian-changelog.syntax	\
-	debian-control.syntax	\
-	debian-description.syntax \
-	debian-sources-list.syntax \
 	cs.syntax		\
 	css.syntax		\
 	cxx.syntax		\
 	d.syntax		\
+	debian-changelog.syntax	\
+	debian-control.syntax	\
+	debian-description.syntax	\
+	debian-sources-list.syntax	\
 	diff.syntax		\
 	dos.syntax		\
 	ebuild.syntax		\
 	eiffel.syntax		\
 	erlang.syntax		\
 	f90.syntax		\
+	filehighlight.syntax	\
 	fortran.syntax		\
 	haskell.syntax		\
 	html.syntax		\
 	idl.syntax		\
+	j.syntax		\
 	java.syntax		\
 	js.syntax		\
 	latex.syntax		\
 	lisp.syntax		\
 	lsm.syntax		\
 	lua.syntax		\
-	nemerle.syntax		\
 	m4.syntax		\
 	mail.syntax		\
 	makefile.syntax		\
 	ml.syntax		\
-	named.syntax    	\
+	named.syntax		\
+	nemerle.syntax		\
 	nroff.syntax		\
 	octave.syntax		\
 	pascal.syntax		\
@@ -43,22 +46,26 @@ SYNTAXFILES =			\
 	po.syntax		\
 	povray.syntax		\
 	procmail.syntax		\
+	properties.syntax	\
 	python.syntax		\
 	ruby.syntax		\
 	sh.syntax		\
-	smalltalk.syntax	\
 	slang.syntax		\
+	smalltalk.syntax	\
 	spec.syntax		\
-	strace.syntax 		\
 	sql.syntax		\
+	strace.syntax 		\
 	swig.syntax		\
 	syntax.syntax		\
 	tcl.syntax		\
 	texinfo.syntax		\
+	tt.syntax		\
+	unknown.syntax		\
 	verilog.syntax		\
 	vhdl.syntax		\
-	unknown.syntax		\
-	xml.syntax
+	xml.syntax		\
+	yum-repo.syntax		\
+	yxx.syntax
 
 SYNTAXCONFFILES =		\
 	Syntax

+ 3 - 0
syntax/Syntax

@@ -58,6 +58,9 @@ include html.syntax
 file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
 include xml.syntax
 
+file ..\*\\.(tt|TT)$ Template::Toolkit\sFile
+include tt.syntax
+
 file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
 include makefile.syntax