Hi all,

this patchlet installs the necessary html files in the example directory.

Ok?

Thanks,
Andreas

2006-11-06  Andreas  <[EMAIL PROTECTED]>

        * examples/Makefile.am: Add rule to install the *.html files we use
        in the Swing Demo.
Index: examples/Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/examples/Makefile.am,v
retrieving revision 1.14
diff -u -r1.14 Makefile.am
--- examples/Makefile.am        22 Sep 2006 22:53:16 -0000      1.14
+++ examples/Makefile.am        6 Nov 2006 21:10:37 -0000
@@ -36,11 +36,14 @@
 # the png icons we use in some of the examples.
 EXAMPLE_ICONS = $(srcdir)/gnu/classpath/examples/icons/*.png
 
+# the html pages we use in the swing demo example.
+EXAMPLE_HTML = $(srcdir)/gnu/classpath/examples/swing/*.html
+
 # The example specific README files.
 READMES = $(srcdir)/gnu/classpath/examples/CORBA/swing/README.html
 
 # All the files we find "interesting"
-ALL_EXAMPLE_FILES = $(EXAMPLE_JAVA_FILES) $(EXAMPLE_C_FILES) 
$(EXAMPLE_CH_FILES) $(EXAMPLE_ICONS) $(READMES)
+ALL_EXAMPLE_FILES = $(EXAMPLE_JAVA_FILES) $(EXAMPLE_C_FILES) 
$(EXAMPLE_CH_FILES) $(EXAMPLE_ICONS) $(EXAMPLE_HTML) $(READMES)
 
 # Some architecture independent data to be installed.
 example_DATA = $(EXAMPLE_ZIP) README

Reply via email to