From f8ac80fc16dfbe3efeb16c77522242883026305c Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 30 Dec 2019 14:08:45 +0100 Subject: Drop automake build support. Add basic build instructions to the INSTALL file. Remove empty files NEWS and TODO. Remove "specs" folder as well as several shell scripts (Deb, Fedora, Mandriva...) Rework of the REAME file and the help page. Signed-off-by: gregory guy (cherry picked from commit 6ca05fe5e859a5f276453085fe4d89e662741a54) --- Makefile.am | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 195d5b6..0000000 --- a/Makefile.am +++ /dev/null @@ -1,24 +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 -noinst_HEADERS = Makefile.cvs installDeb.sh installFedora.sh installMandriva.sh \ - installMandriva4.sh -- cgit v1.2.1