diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-07-28 17:14:45 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-07-28 17:14:45 +0200 |
commit | d60abd172dca3ed096aee7e34c75b0d43673816e (patch) | |
tree | 989873aa6274e7de43626d588705ee0db4a68f74 /Makefile.am.in | |
parent | 042a4351da36512adffbc2abc32bd12c9c43440c (diff) | |
download | keep-d60abd172dca3ed096aee7e34c75b0d43673816e.tar.gz keep-d60abd172dca3ed096aee7e34c75b0d43673816e.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Delete files INDEX and Mainpage.dox.
Add a warning if the rdiff-backup backend is not found on the system.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am.in b/Makefile.am.in deleted file mode 100644 index 546c86e..0000000 --- a/Makefile.am.in +++ /dev/null @@ -1,11 +0,0 @@ -## tdebase/Makefile.am -## (C) 1997 Stephan Kulow - -AUTOMAKE_OPTIONS = foreign 1.6.1 - -dist-hook: - cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin - -include admin/Doxyfile.am -include admin/deps.am - |