run perl on the file, since it's not executable

2002-05-15  Jacob Berkman  <jacob@ximian.com>

	* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
	executable
This commit is contained in:
Jacob Berkman
2002-05-15 04:18:06 +00:00
committed by Jacob Berkman
parent d81b18a210
commit 2dcfebc67f
7 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2002-05-15 Jacob Berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
executable
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:

View File

@@ -1,3 +1,8 @@
2002-05-15 Jacob Berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
executable
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:

View File

@@ -1,3 +1,8 @@
2002-05-15 Jacob Berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
executable
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:

View File

@@ -1,3 +1,8 @@
2002-05-15 Jacob Berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
executable
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:

View File

@@ -1,3 +1,8 @@
2002-05-15 Jacob Berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
executable
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:

View File

@@ -1,3 +1,8 @@
2002-05-15 Jacob Berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am: run perl on the file, since it's not
executable
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:

View File

@@ -55,7 +55,7 @@ EXTRA_DIST = \
$(IMAGEFILES)
demos.h: $(demos) geninclude.pl
(cd $(srcdir) && ./geninclude.pl $(demos) > demos.h)
(cd $(srcdir) && $(PERL) ./geninclude.pl $(demos) > demos.h)
gtk_demo_SOURCES = \
$(demos) \