refs #883, unified local links, also copy legal to build dir

This commit is contained in:
Klaus Basan
2017-02-15 23:41:07 +01:00
committed by Mathew Sutcliffe
parent dd37945625
commit 8df2fa462f
2 changed files with 6 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ CONFIG -= qt
OTHER_FILES += share/images/flags/*.png
OTHER_FILES += share/images/airlines/*.png
OTHER_FILES += share/test/*.*
OTHER_FILES += share/legal/*.*
OTHER_FILES += shared/bootstrap/*.*
OTHER_FILES += shared/html/*.*
OTHER_FILES += shared/dbdata/*.*
@@ -15,6 +16,7 @@ OTHER_FILES += shared/updateinfo/*.*
COPY_FILES += $$PWD/share/images/flags/*.png
COPY_FILES += $$PWD/share/images/airlines/*.png
COPY_FILES += $$PWD/share/html/*.*
COPY_FILES += $$PWD/share/legal/*.*
COPY_FILES += $$PWD/share/test/*.*
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
COPY_FILES += $$PWD/share/shared/dbdata/*.*

View File

@@ -8,14 +8,13 @@
<body>
<h1>About the project</h1>
swift is an independent (private and non-commercial) software project creating open source software for flight simulation.
<h1>Legal</h1>
<ul>
<li>swift <a href="./software.html">software license</a>
<li>swift website <a href="./impressum.html">impressum</a>
<li>swift <a href="cla.html">contributor license agreement</a>
<li>swift <a href="privacy.html">privacy and cookie policy</a>
<li>We use Google Analytics, see the <a href="privacy.html">privacy and cookie policy</a> for details
<li>swift <a href="./cla.html">contributor license agreement</a>
<li>swift <a href="./privacy.html">privacy and cookie policy</a>
<li>We use Google Analytics, see the <a href="./privacy.html">privacy and cookie policy</a> for details
</ul>
<h1>Data copyright</h1>
<ul>
@@ -31,4 +30,4 @@
<li><a href="./credits.html">Here a list</a> of software components, UI elements, support provided by others.
</ul>
</body>
</html>
</html>