summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59e7fcc)
raw | patch | inline | side by side (parent: 59e7fcc)
| author | theadib <theadib@users.sourceforge.net> | |
| Fri, 5 May 2006 15:03:16 +0000 (15:03 +0000) | ||
| committer | theadib <theadib@users.sourceforge.net> | |
| Fri, 5 May 2006 15:03:16 +0000 (15:03 +0000) |
| packaging/win32/inkscape.nsi | patch | blob | history |
index 42ab4e7b5accb206bd857e24ba479fa732742198..bd4d442a87e43db80b9f95f7ff032b296f043dc1 100644 (file)
IntOp $R1 $R1 & ${SF_SELECTED}
IntCmp $R1 ${SF_SELECTED} 0 skip_tutorials
SetOutPath $INSTDIR\share\tutorials
- File /nonfatal /a "..\..\inkscape\share\tutorials\*.${lng}.*"
+ File /nonfatal /a "..\..\inkscape\share\tutorials\*.${polng}.*"
skip_tutorials:
!macroend
File /a "..\..\inkscape\NEWS"
File /a "..\..\inkscape\HACKING.txt"
File /a "..\..\inkscape\README"
+ File /a "..\..\inkscape\README.txt"
File /a "..\..\inkscape\TRANSLATORS"
File /nonfatal /a /r "..\..\inkscape\data"
File /nonfatal /a /r "..\..\inkscape\doc"
!insertmacro Language 'ja' 'jp'
SectionEnd
+Section $(lng_ko) SecKorean
+ !insertmacro Language 'ko' 'ko'
+SectionEnd
+
+Section $(lng_lt) SecLithuanian
+ !insertmacro Language 'lt' 'lt'
+SectionEnd
+
Section $(lng_mk) SecMacedonian
!insertmacro Language mk mk
SectionEnd
!insertmacro Language zh_CN zh_CN
SectionEnd
+Section $(lng_zh_TW) SecChineseTaiwan
+ !insertmacro Language zh_TW zh_TW
+SectionEnd
+
Section -FinalizeInstallation
StrCmp $MultiUser "1" "" SingleUser
DetailPrint "admin mode, registry root will be HKLM"
; hide if quick launch if not available
StrCmp $QUICKLAUNCH $TEMP 0 +2
SectionSetText ${SecQuicklaunch} ""
-
+
; proccess command line parameter
!insertmacro Parameter "GTK" ${SecGTK}
!insertmacro Parameter "SHORTCUTS" ${secShortcuts}