summaryrefslogtreecommitdiff
path: root/html/Makefile.am
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
commit660b569b0980fc8f71b03ed666dd02eec8388b4c (patch)
tree8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /html/Makefile.am
parent64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff)
httrack 3.41.2
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 416dbf5..2bd25bc 100755
--- a/html/Makefile.am
+++ b/html/Makefile.am
@@ -34,7 +34,7 @@ EXTRA_DIST = $(HelpHtml_DATA) $(HelpHtmlimg_DATA) $(HelpHtmlimages_DATA) \
httrack.css
install-data-hook:
- if test ! -f $(DESTDIR)$(prefix)/share/httrack/html ; then \
+ if test ! -L $(DESTDIR)$(prefix)/share/httrack/html ; then \
( cd $(DESTDIR)$(prefix)/share/httrack \
&& mv -f ../doc/httrack/html html \
&& cd ../doc/httrack/ \