just run perl on the geninclude script manually

2002-05-15  jacob berkman  <jacob@ximian.com>

	* demos/gtk-demo/Makefile.am (demos.h): just run perl on the
	geninclude script manually
This commit is contained in:
jacob berkman 2002-05-15 14:36:22 +00:00 committed by Jacob Berkman
parent 192d1f1367
commit fcc2550b1a
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 (demos.h): just run perl on the
geninclude script manually
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 (demos.h): just run perl on the
geninclude script manually
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 (demos.h): just run perl on the
geninclude script manually
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 (demos.h): just run perl on the
geninclude script manually
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 (demos.h): just run perl on the
geninclude script manually
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 (demos.h): just run perl on the
geninclude script manually
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) \