13 lines
549 B
Text
13 lines
549 B
Text
$NetBSD: patch-as,v 1.1 2008/03/06 12:24:28 asau Exp $
|
|
|
|
--- doc/pl/Makefile.am.orig Tue Jul 26 13:02:56 2005
|
|
+++ doc/pl/Makefile.am Thu Mar 6 12:09:27 2008
|
|
@@ -7,7 +7,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 -s $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/pl/LabPlot
|
|
|
|
uninstall-local:
|
|
rm -f $(kde_htmldir)/pl/LabPlot/small_pics
|