diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-08 16:16:35 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-08 16:16:35 +0000 |
commit | 4edc8b5555bd1782f8de1c030257451a5e346ce3 (patch) | |
tree | 869a648db810eeb603597b89f601da5df94058fc | |
parent | 15cc18d540b12ae1efe62051f215d3e387fd1d42 (diff) |
Removed gpl.txt (duplicate with COPYING)
-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 |