mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
nsis: Install the help files.
* build-aux/speedo/w32/inst.nsi: Install the template files. -- The help files are not very well known but we should at least install some. We also install those for the wks-utils in case we will ever support gpg-wks-server of gpg-mail-tube on Windows. Release 2.5.7
This commit is contained in:
parent
bb150d41e6
commit
a83fe3fb1c
1 changed files with 15 additions and 2 deletions
|
@ -674,7 +674,15 @@ Section "GnuPG" SEC_gnupg
|
|||
|
||||
SetOutPath "$INSTDIR\share\gnupg"
|
||||
File "share/gnupg/distsigkey.gpg"
|
||||
File "share/gnupg/sks-keyservers.netCA.pem"
|
||||
File /nonfatal "share/gnupg/help.txt"
|
||||
File /nonfatal "share/gnupg/help.de.txt"
|
||||
File /nonfatal "share/gnupg/help.fr.txt"
|
||||
File /nonfatal "share/gnupg/mail-tube.txt"
|
||||
File /nonfatal "share/gnupg/mail-tube.de.txt"
|
||||
File /nonfatal "share/gnupg/mail-tube.fr.txt"
|
||||
File /nonfatal "share/gnupg/wks-utils.txt"
|
||||
File /nonfatal "share/gnupg/wks-utils.de.txt"
|
||||
File /nonfatal "share/gnupg/wks-utils.fr.txt"
|
||||
|
||||
SetOutPath "$INSTDIR\share\doc\gnupg\examples"
|
||||
File "share/doc/gnupg/examples/pwpattern.list"
|
||||
|
@ -1330,10 +1338,15 @@ Section "-un.gnupg"
|
|||
RMDir "$INSTDIR\share\doc\gnupg"
|
||||
RMDir "$INSTDIR\share\doc"
|
||||
|
||||
Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem"
|
||||
Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel"
|
||||
Delete "$INSTDIR\share\gnupg\distsigkey.gpg"
|
||||
Delete "$INSTDIR\share\gnupg\gpg-conf.skel"
|
||||
Delete "$INSTDIR\share\gnupg\help.txt"
|
||||
Delete "$INSTDIR\share\gnupg\help.*.txt"
|
||||
Delete "$INSTDIR\share\gnupg\mail-tube.txt"
|
||||
Delete "$INSTDIR\share\gnupg\mail-tube.*.txt"
|
||||
Delete "$INSTDIR\share\gnupg\wks-utils.txt"
|
||||
Delete "$INSTDIR\share\gnupg\wks-utils.*.txt"
|
||||
RMDir "$INSTDIR\share\gnupg"
|
||||
|
||||
Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\gnupg2.mo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue