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