[Spice-devel] [PATCH 2/2] data: add test.html page

Marc-André Lureau marcandre.lureau at gmail.com
Wed Jun 29 05:33:11 PDT 2011


On Wed, Jun 29, 2011 at 2:30 PM, Yaniv Kaul <ykaul at redhat.com> wrote:
> On 06/29/2011 03:25 PM, Marc-André Lureau wrote:
>>
>> Originally provided by Alon Leny and Peter Hatina.
>> ---
>>  Makefile.am      |    2 +-
>>  configure.ac     |    1 +
>>  data/Makefile.am |    3 ++
>>  data/test.html   |   84
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 89 insertions(+), 1 deletions(-)
>>  create mode 100644 data/Makefile.am
>>  create mode 100644 data/test.html
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index 06330b2..b811df8 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -1,6 +1,6 @@
>>  ACLOCAL_AMFLAGS = -I m4
>>
>> -SUBDIRS = SpiceXPI
>> +SUBDIRS = SpiceXPI data
>>
>>  EXTRA_DIST = \
>>      m4
>> diff --git a/configure.ac b/configure.ac
>> index 79ea17d..6978182 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -77,6 +77,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
>>
>>  AC_OUTPUT([
>>  Makefile
>> +data/Makefile
>>  SpiceXPI/Makefile
>>  SpiceXPI/src/Makefile
>>  SpiceXPI/src/plugin/Makefile
>> diff --git a/data/Makefile.am b/data/Makefile.am
>> new file mode 100644
>> index 0000000..b47e0c0
>> --- /dev/null
>> +++ b/data/Makefile.am
>> @@ -0,0 +1,3 @@
>> +NULL =
>> +
>> +EXTRA_DIST = test.html
>> diff --git a/data/test.html b/data/test.html
>> new file mode 100644
>> index 0000000..c1a35e0
>> --- /dev/null
>> +++ b/data/test.html
>> @@ -0,0 +1,84 @@
>> +<HTML>
>> +<HEAD>
>> +<TITLE>4x Scriptable Plug-in Test</TITLE>
>
> I suggest 'Spice XPI test page'
> Y.
>

oh yeah :)

-- 
Marc-André Lureau


More information about the Spice-devel mailing list