summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-06 18:47:53 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-06 18:47:53 +0000
commit018832a18b683720e50e5d4706f0f03873aeaece (patch)
tree6f21208b2a2c40ca5e3eef2ba526d157cbc15846
parent7ec5e6e7e4c3590d5e9e65ef89cb7a9b1830124b (diff)
Added htsarrays.h to Makefile and devel libs
-rw-r--r--man/httrack.14
-rw-r--r--src/Makefile.am4
-rw-r--r--src/Makefile.in4
3 files changed, 8 insertions, 4 deletions
diff --git a/man/httrack.1 b/man/httrack.1
index a360d53..24f8dbb 100644
--- a/man/httrack.1
+++ b/man/httrack.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii httrack.1
.\"
-.TH httrack 1 "04 June 2014" "httrack website copier"
+.TH httrack 1 "06 June 2014" "httrack website copier"
.SH NAME
httrack \- offline browser : copy websites to a local directory
.SH SYNOPSIS
@@ -347,7 +347,7 @@ footer string in Html code (\-%F "Mirrored [from host %s [file %s [at %s]]]" (\-
.IP \-%l
preffered language (\-%l "fr, en, jp, *" (\-\-language <param>)
.IP \-%a
-accepted formats (\-%l "text/html,image/png,image/jpeg,image/gif;q=0.9,*/*;q=0.1" (\-\-accept <param>)
+accepted formats (\-%a "text/html,image/png;q=0.9,*/*;q=0.1" (\-\-accept <param>)
.IP \-%X
additional HTTP header line (\-%X "X\-Magic: 42" (\-\-headers <param>)
diff --git a/src/Makefile.am b/src/Makefile.am
index 2686c21..d391c14 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ DevIncludes_DATA = \
htsbauth.h \
htsdefines.h \
htsstrings.h \
+ htsarrays.h \
htssafe.h
INCLUDES = \
@@ -59,7 +60,8 @@ libhttrack_la_SOURCES = htscore.c htsparse.c htsback.c htscache.c \
htsmodules.h htsname.h htsnet.h \
htsopt.h htsrobots.h htsthread.h \
htstools.h htswizard.h htswrap.h htszlib.h \
- htsstrings.h httrack-library.h htscharset.h punycode.h htsencoding.h \
+ htsstrings.h htsarrays.h httrack-library.h \
+ htscharset.h punycode.h htsencoding.h \
htsentities.h htsentities.sh htsbasiccharsets.sh htscodepages.h \
md5.h murmurhash3.h \
minizip/crypt.h minizip/ioapi.h minizip/mztools.h minizip/unzip.h minizip/zip.h
diff --git a/src/Makefile.in b/src/Makefile.in
index 1190350..354849e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -323,6 +323,7 @@ DevIncludes_DATA = \
htsbauth.h \
htsdefines.h \
htsstrings.h \
+ htsarrays.h \
htssafe.h
INCLUDES = \
@@ -365,7 +366,8 @@ libhttrack_la_SOURCES = htscore.c htsparse.c htsback.c htscache.c \
htsmodules.h htsname.h htsnet.h \
htsopt.h htsrobots.h htsthread.h \
htstools.h htswizard.h htswrap.h htszlib.h \
- htsstrings.h httrack-library.h htscharset.h punycode.h htsencoding.h \
+ htsstrings.h htsarrays.h httrack-library.h \
+ htscharset.h punycode.h htsencoding.h \
htsentities.h htsentities.sh htsbasiccharsets.sh htscodepages.h \
md5.h murmurhash3.h \
minizip/crypt.h minizip/ioapi.h minizip/mztools.h minizip/unzip.h minizip/zip.h