summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-12-30 13:56:51 +0100
committergregory guy <gregory-tde@laposte.net>2019-12-31 14:05:14 +0100
commit0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd (patch)
tree8b6559e7e9a8c6f70fef0cd7b7605dab7eb03cd5 /Makefile.am
parent2b89fdc47029a313edb28a74521d84c23fd4ff13 (diff)
downloadtdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.tar.gz
tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.zip
Drop automake build support.
Add basic build instructions to the INSTALL file. Rework of the README and help page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 89588ed..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-SUBDIRS = tdesudo po doc
-
-EXTRA_DIST = tdesudo.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO tdesudo.lsm
-
-####### tdevelop will overwrite this part!!! (end)############
-# not a GNU package. You can remove this line, if
-# have all needed files, that a GNU package needs
-AUTOMAKE_OPTIONS = foreign
-
-$(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:
- $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs