keld/NomsSeulsfinal.lst keld/charsets.def keld/control.def \
keld/iso10646.def keld/mnemonics,ds keld/other.def keld/rfc1345.txt
SUBDIRS = doc lib po src tests contrib
-
-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:
- $(MAKE) -C contrib
- $(MAKE) manual
-
-manual:
- cd $(top_srcdir) \
- && rm -rf web/manual web/manual-tmp \
- && mkdir web/manual web/manual-tmp \
- && makeinfo --html --output=web/manual-tmp doc/recode.texi \
- && cd web/manual-tmp \
- && for file in *.html; do \
- sed 's,href=",href="/manual/,g' $$file > ../manual/$$file; \
- done
- rm -rf $(top_srcdir)/web/manual-tmp
-
-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 --si $(top_srcdir)/.git
- cd $(top_srcdir) && git gc --auto --prune
- du -s --si $(top_srcdir)/.git
- find $(top_srcdir) -name '*~' | xargs rm -fv
- synchro -PD alcyon entretien
-
-if MES_SITES
-
-site: site-all
-
-package_name = recode
-mgp_base = http://pinard.progiciels-bpi.ca/fp-etc/dist/mgp
-margin_color = "\#ff896c"
-caption_color = "\#ffffb7"
-
-LOGOURL = "/logo.gif"
-GOALS = $(wildcard manual/*.html)
-
--include ~/etc/mes-sites/site.mk
-
-$(htmldir)/manual/%.html: manual/%.html
- @[ -d $(htmldir)/manual ] || mkdir -v $(htmldir)/manual
- @$(xsl-html)
-
-endif