summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-06 15:55:04 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-08 22:28:00 +0900
commit735927b30010eee17223c377ce43d93d705faac1 (patch)
treeb2e2bd9025dfb575085893f2ab976e583f1dfe1e /Makefile.am
parent8f915d1d5f4f5fe346fea935c2b9d460fcc2d43e (diff)
downloadkbibtex-735927b30010eee17223c377ce43d93d705faac1.tar.gz
kbibtex-735927b30010eee17223c377ce43d93d705faac1.zip
Drop automake build support.
Add basic cmake build instructions. Add description in README. Deleted empty file: BUGS, templates/cpp, templates/h. Deleted obsolete files: po/messages.sh. (cherry picked from commit c6fd288a5f108598987de95d3ace981ee5140cad)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index ccc478e..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-SUBDIRS = $(TOPSUBDIRS) man xslt doc po
-
-$(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