aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-28 17:43:47 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitb1efe94d287236dd7f31fd030de2068f985103a4 (patch)
treeb7b83198e6525cc05a423d0a0ee036c89c7dc11c /Makefile.am
parenta72a075cc298497f955a8707c01126e8825b6f0a (diff)
Strip away all old autotools and installer stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am48
1 files changed, 0 insertions, 48 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index f73399c2..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,48 +0,0 @@
-SUBDIRS = ac libsylph src plugin po manual faq nsis macosx
-
-EXTRA_DIST = config.rpath \
- ChangeLog.ja \
- INSTALL.ja \
- README.es \
- README.ja \
- TODO.ja \
- ChangeLog-1.0 \
- ChangeLog-1.0.ja \
- NEWS-1.0 \
- NEWS-2.0 \
- LICENSE \
- PLUGIN.txt \
- PLUGIN.ja.txt \
- sylpheed.desktop \
- sylpheed.spec \
- sylpheed.spec.in \
- sylpheed.png \
- sylpheed-128x128.png \
- sylpheed-64x64.png \
- autogen.sh \
- makeosx.sh \
- makewin32.sh \
- mime.types \
- sylpheed-mailto-protocol_admin.reg \
- sylpheed-mailto-protocol_user.reg
-
-BZIP2_ENV =
-
-release: distdir
- -chmod -R a+r $(distdir)
- GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir)
- rm -f $(distdir)/sylpheed.spec
- sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
- > $(distdir)/sylpheed.spec
- BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
- -rm -rf $(distdir)
-
-#ACLOCAL_AMFLAGS = -I m4
-
-install-data-local:
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \
- $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png;
-
-desktop_DATA = sylpheed.desktop
-desktopdir = $(datadir)/applications