Ticket #629 (closed defect: Fixed)
do not clean *.qm
| Reported by: | petere78 | Owned by: | dreamforce2 |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | build | Version: | |
| Keywords: | Cc: |
Description
The *.qm files in plugins/qt-gui/po are part of the regular source code distribution, therefore they should not be removed by "make clean". make clean should only remove files that the users built themselves. I suggest that you change clean-local:
-rm -f $(top_builddir)/po/*.qm
to maintainer-clean-local: in plugins/qt-gui/po/Makefile.am. Thanks.
Change History
Note: See
TracTickets for help on using
tickets.
