From: Reuben Thomas <rrt@sc3d.org>
Date: Sun, 14 Jan 2018 18:57:09 +0000 (+0000)
Subject: Remove custom maintainer targets
X-Git-Tag: v3.7~135
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3a4463d9f26f351b0306792863273ac0f88538c;p=recode

Remove custom maintainer targets

gnulib handles po file updating, and the others are personal to François
Pinard.
---

diff --git a/Makefile.am b/Makefile.am
index 05d6505..89c77e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/configure.ac b/configure.ac
index 82eaf28..ff2b51f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)