Improve zip "distribution"
Don't put entries for directories in the zip file. Fetch manpages from correct place.
This commit is contained in:
parent
bb8fdae8ad
commit
91a73751dc
|
@ -15,7 +15,7 @@ etc/fonts/fonts.conf
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
rm -f $DEVZIP
|
rm -f $DEVZIP
|
||||||
zip -r $DEVZIP -@ <<EOF
|
zip -r -D $DEVZIP -@ <<EOF
|
||||||
etc/fonts/fonts.dtd
|
etc/fonts/fonts.dtd
|
||||||
include/fontconfig
|
include/fontconfig
|
||||||
lib/libfontconfig.dll.a
|
lib/libfontconfig.dll.a
|
||||||
|
@ -24,10 +24,6 @@ lib/fontconfig.def
|
||||||
lib/pkgconfig/fontconfig.pc
|
lib/pkgconfig/fontconfig.pc
|
||||||
bin/fc-list.exe
|
bin/fc-list.exe
|
||||||
bin/fc-cache.exe
|
bin/fc-cache.exe
|
||||||
man/man1/fc-cache.1
|
share/man
|
||||||
man/man1/fc-list.1
|
|
||||||
man/man5/fonts-conf.5
|
|
||||||
share/doc/fontconfig
|
share/doc/fontconfig
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
zip $DEVZIP man/man3/Fc*.3
|
|
||||||
|
|
Loading…
Reference in New Issue