1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-13 11:52:45 +00:00
2012-10-01 17:11:40 +02:00

13 lines
321 B
Bash
Executable File

#!/bin/sh
# usage: fixsetup.sh <configured directory> <build directory>
cp "$1"/config.h "$2"/
#echo "<!DOCTYPE RCC><RCC version='1.0'><qresource>" > $@
#find $(top_srcdir)/lib/images -name '*.png' \
# | sed -e 's:$(top_srcdir)/lib/\(.*\):<file alias="\1">&</file>:' \
# >> $@
#echo "</qresource></RCC>" >> $@