Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
-
None
Description
Currently if you produce a tarball from the source you cannot do a full build as it does not include license_notice_footer.txt.
The following patch fixes it
Index: src/site/doxy/Makefile.am
===================================================================
— src/site/doxy/Makefile.am (revision 642594)
+++ src/site/doxy/Makefile.am (working copy)
@@ -13,7 +13,7 @@
- See the License for the specific language governing permissions and
- limitations under the License.
#
-EXTRA_DIST = Doxyfile mainpage.dox
+EXTRA_DIST = Doxyfile mainpage.dox license_notice_footer.txt
- DOC is defined if installer requests doc generation.