Added contrib to the automake system.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 4 Apr 2009 22:39:03 +0000 (22:39 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 4 Apr 2009 22:39:03 +0000 (22:39 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@780 052ea7fc-9027-0410-9066-f65837a77df0

Makefile.am
configure.in
contrib/Makefile.am [new file with mode: 0644]

index aed278f..27ed26d 100644 (file)
@@ -1,5 +1,5 @@
 
-SUBDIRS = ragel aapl doc test
+SUBDIRS = ragel aapl doc test contrib
 
 dist_doc_DATA = ChangeLog
 
index 64cf2f8..00f1e11 100644 (file)
@@ -100,8 +100,10 @@ AC_CHECK_PROG(GMCS, gmcs, gmcs)
 dnl write output files
 AC_OUTPUT(
        [
-               Makefile ragel/Makefile aapl/Makefile doc/Makefile test/Makefile test/runtests
-               doc/ragel.1
+               Makefile ragel/Makefile aapl/Makefile 
+               doc/Makefile doc/ragel.1
+               contrib/Makefile
+               test/Makefile test/runtests
        ],
        [chmod +x test/runtests]
 )
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644 (file)
index 0000000..edecc5d
--- /dev/null
@@ -0,0 +1,2 @@
+
+EXTRA_DIST = ragel.make ragel.m4