]> granicus.if.org Git - recode/commitdiff
Remove custom maintainer targets
authorReuben Thomas <rrt@sc3d.org>
Sun, 14 Jan 2018 18:57:09 +0000 (18:57 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 15 Jan 2018 14:35:36 +0000 (14:35 +0000)
gnulib handles po file updating, and the others are personal to François
Pinard.

Makefile.am
configure.ac

index 05d6505ec915bca0fd97f5bd956f0196ab496153..89c77e1309bcf22169b0951a24807391ac6c1e10 100644 (file)
@@ -26,60 +26,3 @@ m4/gnulib-cache.m4 tables.py \
 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
index 82eaf287c74969f7e258dec2754fb2fa905a24cf..ff2b51f841f4d3c1b58e7a2878a2ef51c789bf1d 100644 (file)
@@ -74,7 +74,5 @@ AM_WITH_DMALLOC
 AM_GNU_GETTEXT_VERSION(0.19)
 AM_GNU_GETTEXT(external)
 
-AM_CONDITIONAL(MES_SITES, [test -f "~/etc/mes-sites/site.mk"])
-
 AC_OUTPUT(Makefile contrib/Makefile doc/Makefile lib/Makefile
           po/Makefile.in src/Makefile tests/Makefile tests/setup.py)