blob: 087b291d8b309d31f8b84538da3e3537e160f662 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/br/Makefile.in.orig Mon Sep 26 18:50:08 2005
+++ doc/br/Makefile.in Mon Sep 26 18:51:01 2005
@@ -481,7 +481,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
|