diff options
author | Xavier Roche <roche@httrack.com> | 2015-03-14 14:53:02 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-03-14 14:53:02 +0100 |
commit | efa5392fc30c7dfc835f0dfbba9f8bc4e4154af7 (patch) | |
tree | 1fbe3c69076083597312c6643bbe73b2afd7c036 /Makefile.in | |
parent | fae2edc5322caab631e57c928ae9e4d7e0fab2a2 (diff) |
Cleanup (first git build)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 64b0789..8969344 100644 --- a/Makefile.in +++ b/Makefile.in @@ -268,7 +268,7 @@ SUBDIRS = src man m4 libtest templates lang html tests ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = INSTALL.Linux \ gpl-fr.txt license.txt greetings.txt history.txt \ - httrack-doc.html lang.def + httrack-doc.html lang.def README.md all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |