encoding changes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -35,8 +35,10 @@ for pkg in ${DIRS}; do
|
||||
if [ "${DATA[0]}" = "R" ]; then
|
||||
if [ "${DATA[2]}" = "" ]; then
|
||||
pandoc -f markdown -t plain -s ${pkg}/${DATA[1]} -o ${TMPDIR}/${NAME}.DOC
|
||||
unix2dos ${TMPDIR}/${NAME}.DOC
|
||||
else
|
||||
pandoc -f markdown -t plain -s ${pkg}/${DATA[1]} -o ${TMPDIR}/${DATA[2]}
|
||||
unix2dos ${TMPDIR}/${DATA[2]}
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -44,6 +46,9 @@ for pkg in ${DIRS}; do
|
||||
[ "${DATA[0]}" = "D" ] && echo "${DATA[1]}" >> ${TMPDIR}/FILE_ID.DIZ
|
||||
done < ${pkg}/.package
|
||||
|
||||
unix2dos ${TMPDIR}/FILE_ID.DIZ
|
||||
|
||||
zip -k -j ${TARGET}/${NAME}.ZIP ${TMPDIR}/*
|
||||
rm -R ${TMPDIR}
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user