diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c46e4dc..e621607 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ SUBDIRS = src man m4 libtest templates lang html EXTRA_DIST = INSTALL INSTALL.FreeBSD INSTALL.Linux \ - gpl.txt gpl-fr.txt license.txt greetings.txt history.txt \ + gpl-fr.txt license.txt greetings.txt history.txt \ httrack-doc.html lang.def diff --git a/Makefile.in b/Makefile.in index 5d9d921..3c665ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,7 +197,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = src man m4 libtest templates lang html EXTRA_DIST = INSTALL INSTALL.FreeBSD INSTALL.Linux \ - gpl.txt gpl-fr.txt license.txt greetings.txt history.txt \ + gpl-fr.txt license.txt greetings.txt history.txt \ httrack-doc.html lang.def all: config.h |