EXTRA_DIST = index.docbook install-data-local: mkdir -p $(DESTDIR)/$(kde_htmldir)/en/LabPlot if ! test -e $(DESTDIR)/$(kde_htmldir)/en/labplot; then \ ln -fs $(kde_htmldir)/en/LabPlot $(DESTDIR)/$(kde_htmldir)/en/labplot; \ fi $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/en/LabPlot/index.docbook mkdir -p $(DESTDIR)/$(kde_htmldir)/en/LabPlot/small_pics $(INSTALL_DATA) small_pics/*.png $(DESTDIR)/$(kde_htmldir)/en/LabPlot/small_pics/ uninstall-local: rm -rf $(DESTDIR)/$(kde_htmldir)/en/LabPlot/small_pics/ rm -f $(DESTDIR)/$(kde_htmldir)/en/labplot rm -f $(DESTDIR)/$(kde_htmldir)/en/LabPlot/index.docbook rmdir --ignore-fail-on-non-empty $(DESTDIR)/$(kde_htmldir)/en/LabPlot clean: rm -f *~