diff options
author | gregory guy <[email protected]> | 2019-10-07 17:30:55 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-09 17:33:53 +0200 |
commit | 28c36e59399156247f5bdd8bb833c44d0e74fba7 (patch) | |
tree | aff78a29bf399ceee41271122443653eeaec369c /Makefile.am | |
parent | 642e097fc1cfe9b3fdcee81f3f4770ae606d7f0e (diff) | |
download | kbiff-28c36e59399156247f5bdd8bb833c44d0e74fba7.tar.gz kbiff-28c36e59399156247f5bdd8bb833c44d0e74fba7.zip |
Drop automake build support.
Add basic cmake build instructions.
Change description in README.
Deleted empty files: NEWS.
Deleted obsolete files: VERSION, kbiff.spec .
Substitute "KDE" to "TDE" in the man page.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 01b4afb..0000000 --- a/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.6.1 - -EXTRA_DIST = admin -dist-hook: - cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin - -include admin/deps.am -SUBDIRS=$(TOPSUBDIRS) |