EXTRA_DIST = index.docbook 

install-data-local:
	mkdir -p  $(DESTDIR)/$(kde_htmldir)/de/LabPlot
	if ! test -e $(DESTDIR)/$(kde_htmldir)/de/labplot; then \
		ln -fs $(kde_htmldir)/de/LabPlot $(DESTDIR)/$(kde_htmldir)/de/labplot; \
	fi
	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/de/LabPlot/index.docbook
	rm -f $(DESTDIR)/$(kde_htmldir)/de/LabPlot/small_pics
	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/de/LabPlot/

uninstall-local:
	rm -f $(kde_htmldir)/de/LabPlot/small_pics
	rm -f $(DESTDIR)/$(kde_htmldir)/de/labplot
	rm -f $(DESTDIR)/$(kde_htmldir)/de/LabPlot/index.docbook
	rmdir --ignore-fail-on-non-empty $(DESTDIR)/$(kde_htmldir)/de/LabPlot

clean:
	rm -f *~


syntax highlighted by Code2HTML, v. 0.9.1