Sophie

Sophie

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

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

EXTRA_DIST = index.docbook 

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

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

clean:
	rm -f *~