diff options
Diffstat (limited to 'math/labplot/files/patch-doc::pl::Makefile.in')
-rw-r--r-- | math/labplot/files/patch-doc::pl::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/labplot/files/patch-doc::pl::Makefile.in b/math/labplot/files/patch-doc::pl::Makefile.in new file mode 100644 index 000000000000..e736082a4053 --- /dev/null +++ b/math/labplot/files/patch-doc::pl::Makefile.in @@ -0,0 +1,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 |