From 6316a0bbba489053da99f516d3b99ca37a967b4b Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 20 Mar 2015 15:22:21 +0100 Subject: Fixed broken symlink with changed --docdir (rahrah) (closes #65) --- html/Makefile.am | 2 +- html/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/Makefile.am b/html/Makefile.am index e517643..aa6a741 100755 --- a/html/Makefile.am +++ b/html/Makefile.am @@ -39,6 +39,6 @@ EXTRA_DIST = $(HelpHtml_DATA) $(HelpHtmlimg_DATA) $(HelpHtmlimages_DATA) \ install-data-hook: if test ! -L $(DESTDIR)$(prefix)/share/httrack/html ; then \ ( cd $(DESTDIR)$(prefix)/share/httrack \ - && $(LN_S) ../doc/httrack html \ + && $(LN_S) $(htmldir) html \ ) \ fi diff --git a/html/Makefile.in b/html/Makefile.in index 658ef80..5a64095 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -774,7 +774,7 @@ uninstall-am: uninstall-HelpHtmlDATA uninstall-HelpHtmlTxtDATA \ install-data-hook: if test ! -L $(DESTDIR)$(prefix)/share/httrack/html ; then \ ( cd $(DESTDIR)$(prefix)/share/httrack \ - && $(LN_S) ../doc/httrack html \ + && $(LN_S) $(htmldir) html \ ) \ fi -- cgit v1.2.3