2017-12-18 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up hanging files from the 'make uninstall' target.
This commit is contained in:
Fred Gleason 2017-12-18 09:17:06 -05:00
parent 2abb6dcb33
commit f2d7fcbe7f
4 changed files with 5 additions and 3 deletions

View File

@ -16499,3 +16499,5 @@
* Fixed broken links in the Operations Guide.
2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added missing *.html files to 'docs/opsguide/Makefile.am'.
2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up hanging files from the 'make uninstall' target.

View File

@ -34,7 +34,7 @@ install-exec-local:
cp rdairplay_*.qm $(DESTDIR)$(prefix)/share/rivendell
uninstall-local:
rm -f $(DESTDIR)$(prefix)/share/srlabs/rdairplay_*.qm
rm -f $(DESTDIR)$(prefix)/share/rivendell/rdairplay_*.qm
all:
@QT_BIN@/lupdate rdairplay.pro

View File

@ -34,7 +34,7 @@ install-exec-local:
cp rdcastmanager_*.qm $(DESTDIR)$(prefix)/share/rivendell
uninstall-local:
rm -f $(DESTDIR)$(prefix)/share/srlabs/rdcastmanager_*.qm
rm -f $(DESTDIR)$(prefix)/share/rivendell/rdcastmanager_*.qm
all:
@QT_BIN@/lupdate rdcastmanager.pro

View File

@ -34,7 +34,7 @@ install-exec-local:
cp rdcatch_*.qm $(DESTDIR)$(prefix)/share/rivendell
uninstall-local:
rm -f $(DESTDIR)$(prefix)/share/srlabs/rdcatch_*.qm
rm -f $(DESTDIR)$(prefix)/share/rivendell/rdcatch_*.qm
all:
@QT_BIN@/lupdate rdcatch.pro