Changeset - 03df53cdf78b
[Not reviewed]
default
0 2 0
Michael Guravage - 15 years ago 2010-06-28 12:42:24
michael.guravage@cwi.nl
Grab gpl3.txt from doc directory.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/ChangeLog
changed src/VirtualLeaf-install.nsi
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/ChangeLog
Show inline comments
 
2010-06-28    <guravage@caterpie.sen.cwi.nl>
 

	
 
	* VirtualLeaf-install.nsi: Grab gpl3.txt from doc directory.
 

	
 
	* canvas.cpp (gpl): move gpl3.txt back to the doc directory.
 

	
 
	* VirtualLeaf-install.nsi: Add VirtualLeaf doc directory.
src/VirtualLeaf-install.nsi
Show inline comments
 
@@ -78,7 +78,7 @@
 
!insertmacro MUI_PAGE_WELCOME
 

	
 
# License page
 
!insertmacro MUI_PAGE_LICENSE "..\src\gpl3.txt"
 
!insertmacro MUI_PAGE_LICENSE "..\doc\gpl3.txt"
 

	
 
# Components page
 
!insertmacro MUI_PAGE_COMPONENTS
 
@@ -155,7 +155,7 @@ section "Virtual Leaf data"
 
  file ..\data\leaves\*
 
sectionEnd
 

	
 
section "Virtual Leaf documentation"
 
section "Virtual Leaf docs"
 
  # define the output path for the Virtual Leaf documentation
 
  setOutPath $INSTDIR\doc
 
  file ..\doc\*
0 comments (0 inline, 0 general)