blob: d80dfc7eff2384d21191d07b03c6cf77b52bb303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./doc/fr/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300
+++ ./doc/fr/Makefile.in 2008-06-15 03:01:03.000000000 +0400
@@ -496,7 +496,7 @@
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/
+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/
uninstall-local:
#>- rm -f $(kde_htmldir)/fr/LabPlot/small_pics
|