mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
SOURCE_DIR=`pwd`
|
||
|
TARGET_DIR=`dirname $SOURCE_DIR/$0`
|
||
|
echo $SOURCE_DIR $TARGET_DIR
|
||
|
#qmake -r ../trunk/development/qmake/lyx.pro
|