diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-08 15:03:06 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-10 22:52:33 +0900 |
commit | e0a2875a839f710a00cc5b077cdd6dc287aef6b8 (patch) | |
tree | db88e668cf3bb248ece1ddced5f2839b199a839d /Makefile.am | |
parent | f4c05c1b17b2dd2e9c3a745bf4f9f201dacd83f2 (diff) | |
download | kbookreader-e0a2875a839f710a00cc5b077cdd6dc287aef6b8.tar.gz kbookreader-e0a2875a839f710a00cc5b077cdd6dc287aef6b8.zip |
Drop automake build support.
Add basic cmake build instructions.
Add description in README.
Deleted empty files: NEWS, templates/cpp, templates/h.
Deleted obsolete file: bookreader.spec .
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 8a2284f..0000000 --- a/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -SUBDIRS = $(TOPSUBDIRS) - -$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; - -$(top_srcdir)/subdirs: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs - -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in - @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -package-messages: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -EXTRA_DIST = admin COPYING configure.in.in - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs |