]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
install htdocs files
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 29 Nov 2007 04:07:41 +0000 (04:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 29 Nov 2007 04:07:41 +0000 (04:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6432 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
htdocs/license.txt [new file with mode: 0644]
htdocs/slim.swf [new file with mode: 0644]

index 1f574717481fded716b4fc79e314913a406fa20b..b8bc609a9a69e89ba63ca1d924f9f489beb8f671 100644 (file)
@@ -166,6 +166,12 @@ install-data-local:
                test -d $(DESTDIR)$(PREFIX)/$$dir || $(mkinstalldirs) $(DESTDIR)$(prefix)/$$dir ; \
                test -f $(DESTDIR)$(PREFIX)/$$dir/$$filename || $(INSTALL) $$dir/$$filename $(DESTDIR)$(PREFIX)/$$dir; \
        done ; 
+       for htdocsfile in `find htdocs -name \* | grep -v .svn` ; do \
+               dir=`echo $$htdocsfile | sed -e 's|/[^/]*$$||'`; \
+               filename=`echo $$htdocsfile | sed -e 's|^.*/||'`; \
+               test -d $(DESTDIR)$(PREFIX)/$$dir || $(mkinstalldirs) $(DESTDIR)$(prefix)/$$dir ; \
+               test -f $(DESTDIR)$(PREFIX)/$$dir/$$filename || $(INSTALL) $$dir/$$filename $(DESTDIR)$(PREFIX)/$$dir; \
+       done ; 
 
 .version:
        touch .version
diff --git a/htdocs/license.txt b/htdocs/license.txt
new file mode 100644 (file)
index 0000000..12d609e
--- /dev/null
@@ -0,0 +1,10 @@
+Copyright (c) 2005, Fabricio Zuardi\r
+All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\r
+\r
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\r
+    * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\r
+\r
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
diff --git a/htdocs/slim.swf b/htdocs/slim.swf
new file mode 100644 (file)
index 0000000..24b36c9
Binary files /dev/null and b/htdocs/slim.swf differ