Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > fc86c17de379fcb729ce91e59e53bb02 > files > 2

labplot-doc-br-1.6.0.2-5mdv2009.1.i586.rpm

EXTRA_DIST = index.docbook 

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

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

clean:
	rm -f *~