]> granicus.if.org Git - recode/blob - Makefile.am
tables.py to top; Makemore integrated
[recode] / Makefile.am
1 # Main Makefile for Free recode.
2 # Copyright © 1992,93,94,95,96,97,98,99,00 Free Software Foundation, Inc.
3 # François Pinard <pinard@iro.umontreal.ca>, 1992.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option)
8 # any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18 # 02111-1307, USA.
19
20 AUTOMAKE_OPTIONS = gnits
21
22 ACLOCAL = ./aclocal.sh @ACLOCAL@
23 ACLOCAL_AMFLAGS = -I m4
24
25 EXTRA_DIST = COPYING-LIB aclocal.sh m4/ChangeLog tables.py
26 SUBDIRS = doc lib po src tests contrib
27
28 # All object files should depend on cleaner.h as well on as config.h.
29 # For now at least, if you modify cleaner.h.in, make twice!
30 all-local: cleaner.h
31
32 get-po-files:
33         cd $(top_srcdir) && \
34           rsync -Lrtvz translationproject.org::tp/latest/recode/ po
35
36 # The following goals for the maintainer of the Recode Web site.
37
38 local:
39         ajuster-web $(top_srcdir)/web
40
41 publish:
42         (cd $(top_srcdir) && \
43           git archive --format=tar --prefix=recode-$(VERSION)/ HEAD .) \
44           | gzip > $(top_srcdir)/web/archives/recode-$(VERSION).tar.gz
45
46 official: publish
47         rm -f $(top_srcdir)/web/archives/recode.tar.gz
48         ln -s recode-$(VERSION).tar.gz $(top_srcdir)/web/archives/recode.tar.gz
49
50 synchro: local
51         du -s $(top_srcdir)/.git
52         cd $(top_srcdir) && git gc --prune
53         du -s $(top_srcdir)/.git
54         find $(top_srcdir) -name '*~' | xargs rm -fv
55         synchro -PD alcyon entretien