Fix typo in installer for Fortran
This commit is contained in:
parent
fd81dab21a
commit
6e7b47faf8
|
@ -153,14 +153,14 @@ SectionGroup "Function List Files" functionListComponent
|
||||||
File ".\functionList\ada.xml"
|
File ".\functionList\ada.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Fortan" Fortan_FL
|
${MementoSection} "Fortran" Fortran_FL
|
||||||
SetOutPath "$INSTDIR\functionList"
|
SetOutPath "$INSTDIR\functionList"
|
||||||
File ".\functionList\fortan.xml"
|
File ".\functionList\fortran.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Fortan77" Fortan77_FL
|
${MementoSection} "Fortran77" Fortran77_FL
|
||||||
SetOutPath "$INSTDIR\functionList"
|
SetOutPath "$INSTDIR\functionList"
|
||||||
File ".\functionList\fortan77.xml"
|
File ".\functionList\fortran77.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Haskell" Haskell_FL
|
${MementoSection} "Haskell" Haskell_FL
|
||||||
|
@ -295,12 +295,12 @@ SectionGroup un.functionListComponent
|
||||||
Delete "$INSTDIR\functionList\ada.xml"
|
Delete "$INSTDIR\functionList\ada.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Fortan_FL
|
Section un.Fortran_FL
|
||||||
Delete "$INSTDIR\functionList\fortan.xml"
|
Delete "$INSTDIR\functionList\fortran.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Fortan77_FL
|
Section un.Fortran77_FL
|
||||||
Delete "$INSTDIR\functionList\fortan77.xml"
|
Delete "$INSTDIR\functionList\fortran77.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Haskell_FL
|
Section un.Haskell_FL
|
||||||
|
|
Loading…
Reference in New Issue