mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Remove moc generated files with distclean
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
79f1b4a66b
commit
2b62b66d31
@ -1,3 +1,8 @@
|
||||
2002-10-16 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ui/moc/Makefile.am:
|
||||
* moc/Makefile.am: add a distclean-local target to remove *_moc.C.
|
||||
|
||||
2002-10-16 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* ui/QSendtoDialog.ui:
|
||||
|
@ -38,3 +38,6 @@ libqt2moc.la: $(libqt2moc_la_OBJECTS) $(libqt2moc_la_DEPENDENCIES)
|
||||
|
||||
%_moc.C: ../%.h
|
||||
$(MOC) -o $@ $<
|
||||
|
||||
distclean-local:
|
||||
rm -f *_moc.C
|
||||
|
@ -19,3 +19,6 @@ libqt2uimoc.la: $(libqt2uimoc_la_OBJECTS) $(libqt2uimoc_la_DEPENDENCIES)
|
||||
|
||||
%_moc.C: ../%.h
|
||||
$(MOC) -o $@ $<
|
||||
|
||||
distclean-local:
|
||||
rm -f *_moc.C
|
||||
|
Loading…
Reference in New Issue
Block a user