# Main Makefile for Free recode. # Copyright © 1992,93,94,95,96,97,98,99,00 Free Software Foundation, Inc. # François Pinard , 1992. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. AUTOMAKE_OPTIONS = gnits ACLOCAL = ./aclocal.sh @ACLOCAL@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = COPYING-LIB aclocal.sh m4/ChangeLog SUBDIRS = doc lib po src tests contrib # All object files should depend on cleaner.h as well on as config.h. # For now at least, if you modify cleaner.h.in, make twice! all-local: cleaner.h get-po-files: cd $(top_srcdir) && \ rsync -Lrtvz translationproject.org::tp/latest/recode/ po # The following goals for the maintainer of the Recode Web site. local: ajuster-web $(top_srcdir)/web publish: (cd $(top_srcdir) && \ git archive --format=tar --prefix=recode-$(VERSION)/ HEAD .) \ | gzip > $(top_srcdir)/web/archives/recode-$(VERSION).tar.gz official: publish rm -f $(top_srcdir)/web/archives/recode.tar.gz ln -s recode-$(VERSION).tar.gz $(top_srcdir)/web/archives/recode.tar.gz synchro: local du -s $(top_srcdir)/.git cd $(top_srcdir) && git gc --prune du -s $(top_srcdir)/.git find $(top_srcdir) -name '*~' | xargs rm -fv synchro -PD alcyon entretien