mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
13 lines
321 B
Bash
13 lines
321 B
Bash
|
#!/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>" >> $@
|
||
|
|