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