EXTRA_DIST = *.lpl.gz penguin.png colormaps/* qsa-icons/* ../doc/labplot.png scripts/*.qs install-data-local: mkdir -p $(DESTDIR)/$(kde_datadir)/LabPlot/colormaps/ mkdir -p $(DESTDIR)/$(kde_datadir)/LabPlot/qsa-icons/ $(INSTALL_DATA) *.lpl.gz penguin.png ../doc/labplot.png scripts/*.qs $(DESTDIR)/$(kde_datadir)/LabPlot/ $(INSTALL_DATA) colormaps/* $(DESTDIR)/$(kde_datadir)/LabPlot/colormaps/ $(INSTALL_DATA) qsa-icons/* $(DESTDIR)/$(kde_datadir)/LabPlot/qsa-icons/ uninstall-local: rm -f $(DESTDIR)/$(kde_datadir)/LabPlot/*.lpl.gz rm -f $(DESTDIR)/$(kde_datadir)/LabPlot/*.png rm -f $(DESTDIR)/$(kde_datadir)/LabPlot/*.qs rm -rf $(DESTDIR)/$(kde_datadir)/LabPlot/colormaps/