blob: e736082a4053abb4f5962248a37d8ea85a3341c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/pl/Makefile.in.orig Mon Sep 26 18:50:19 2005
+++ doc/pl/Makefile.in Mon Sep 26 18:51:32 2005
@@ -481,7 +481,7 @@
fi
$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/index.docbook
rm -f $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/small_pics
- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/
+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/
uninstall-local:
#>- rm -f $(kde_htmldir)/pl/LabPlot/small_pics
|