mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
improve trick to avoid touching a lot of unneeded files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9427 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cbd48ca779
commit
aa7816f6d8
@ -1,3 +1,8 @@
|
||||
2005-01-05 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* ui/Makefile.am (libqt2ui_la_LINK): Improve the trick to avoid
|
||||
relink or lib all the time.
|
||||
|
||||
2005-01-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* QExternal.C: store all float/double values as strings.
|
||||
|
@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libqt2ui.la
|
||||
|
||||
nodist_libqt2ui_la_SOURCES = $(UIFILES:.ui=.h) $(UIFILES:.ui=.C)
|
||||
# The trick.
|
||||
libqt2ui_la_LINK = touch libqt2ui.la
|
||||
libqt2ui_la_LINK = touch libqt2ui.la ; echo
|
||||
|
||||
# Use _() for localization instead of tr() or trUtf8()
|
||||
UICFLAGS=-tr qt_
|
||||
|
Loading…
x
Reference in New Issue
Block a user