From: François Pinard Date: Mon, 27 Jan 2014 05:48:23 +0000 (-0500) Subject: Site overhaul in progress. X-Git-Tag: v3.7~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57d96d8d443f35a16e7aee138232d9b3c99d81ff;p=recode Site overhaul in progress. --- diff --git a/.gitignore b/.gitignore index fe49182..676a888 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Makefile /config.h /config.log /config.status +html/ /lib/.deps/ /libtool /src/.deps/ diff --git a/Makefile.am b/Makefile.am index 93113d0..e6f7dc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,3 +68,23 @@ synchro: local du -s --si $(top_srcdir)/.git find $(top_srcdir) -name '*~' | xargs rm -fv synchro -PD alcyon entretien + +ifneq "$(wildcard ~/etc/mes-sites/site.mk)" "" + +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