summaryrefslogtreecommitdiff
path: root/html/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'html/Makefile.am')
-rwxr-xr-xhtml/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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