Skip to content

Commit 176abec

Browse files
committed
2009-04-14 Theppitak Karoonboonyanan <[email protected]>
* libdatrie.nsi: Do not install obsolete man3/* for -devel subpackage.
1 parent 4074242 commit 176abec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nsis/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2009-04-14 Theppitak Karoonboonyanan <[email protected]>
2+
3+
* libdatrie.nsi: Do not install obsolete man3/* for -devel subpackage.
4+
15
2007-04-06 Theppitak Karoonboonyanan <[email protected]>
26

37
Incorporate changes for componentized installation by Taniya Supasin

nsis/libdatrie.nsi

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ SectionGroup /e "${PROGNAME}-components"
123123
SetOutPath "$INSTDIR\lib\pkgconfig"
124124
File "${BINSRCDIR}\lib\pkgconfig\*.*"
125125

126-
SetOutPath "$INSTDIR\share\man\man3"
127-
File "${BINSRCDIR}\share\man\man3\*.*"
128126
;Write component info.
129127
WriteRegStr HKLM "SOFTWARE\${PROGNAME}\components" "devel" "1"
130128
SectionEnd

0 commit comments

Comments
 (0)