Skip to content

Commit efa5392

Browse files
committed
Cleanup (first git build)
1 parent fae2edc commit efa5392

File tree

9 files changed

+9
-128
lines changed

9 files changed

+9
-128
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ACLOCAL_AMFLAGS = -I m4
55

66
EXTRA_DIST = INSTALL.Linux \
77
gpl-fr.txt license.txt greetings.txt history.txt \
8-
httrack-doc.html lang.def
8+
httrack-doc.html lang.def README.md

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ SUBDIRS = src man m4 libtest templates lang html tests
268268
ACLOCAL_AMFLAGS = -I m4
269269
EXTRA_DIST = INSTALL.Linux \
270270
gpl-fr.txt license.txt greetings.txt history.txt \
271-
httrack-doc.html lang.def
271+
httrack-doc.html lang.def README.md
272272

273273
all: config.h
274274
$(MAKE) $(AM_MAKEFLAGS) all-recursive

html/httrack.man.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libtest/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
exemplesdir = $(datadir)/httrack/libtest
33
exemples_DATA = *.c *.h *.txt
4-
EXTRA_DIST = $(exemples_DATA)
4+
EXTRA_DIST = $(exemples_DATA) libtest.mak libtest.vcproj
55

66
AM_CPPFLAGS = \
77
@DEFAULT_CFLAGS@ \

libtest/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ top_builddir = @top_builddir@
333333
top_srcdir = @top_srcdir@
334334
exemplesdir = $(datadir)/httrack/libtest
335335
exemples_DATA = *.c *.h *.txt
336-
EXTRA_DIST = $(exemples_DATA)
336+
EXTRA_DIST = $(exemples_DATA) libtest.mak libtest.vcproj
337337
AM_CPPFLAGS = @DEFAULT_CFLAGS@ @THREADS_CFLAGS@ @V6_FLAG@ @LFS_FLAG@ \
338338
-DPREFIX=\""$(prefix)"\" -DSYSCONFDIR=\""$(sysconfdir)"\" \
339339
-DDATADIR=\""$(datadir)"\" -DLIBDIR=\""$(libdir)"\" -I../src

libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user

Lines changed: 0 additions & 121 deletions
This file was deleted.

man/httrack.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Process this file with
22
.\" groff -man -Tascii httrack.1
33
.\"
4-
.TH httrack 1 "15 October 2014" "httrack website copier"
4+
.TH httrack 1 "14 March 2015" "httrack website copier"
55
.SH NAME
66
httrack \- offline browser : copy websites to a local directory
77
.SH SYNOPSIS
@@ -610,7 +610,7 @@ Please reports bugs to
610610
611611
Include a complete, self-contained example that will allow the bug to be reproduced, and say which version of httrack you are using. Do not forget to detail options used, OS version, and any other information you deem necessary.
612612
.SH COPYRIGHT
613-
Copyright (C) 1998-2014 Xavier Roche and other contributors
613+
Copyright (C) 1998-2015 Xavier Roche and other contributors
614614

615615
This program is free software: you can redistribute it and/or modify
616616
it under the terms of the GNU General Public License as published by

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ EXTRA_DIST = httrack.h webhttrack \
9797
proxy/proxystrings.h \
9898
proxy/proxytrack.h \
9999
proxy/store.h \
100+
proxy/proxytrack.vcproj \
100101
*.dsw *.dsp *.vcproj

src/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ EXTRA_DIST = httrack.h webhttrack \
410410
proxy/proxystrings.h \
411411
proxy/proxytrack.h \
412412
proxy/store.h \
413+
proxy/proxytrack.vcproj \
413414
*.dsw *.dsp *.vcproj
414415

415416
all: all-am

0 commit comments

Comments
 (0)