]> granicus.if.org Git - recode/commitdiff
Site overhaul in progress.
authorFrançois Pinard <pinard@iro.umontreal.ca>
Mon, 27 Jan 2014 05:48:23 +0000 (00:48 -0500)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Mon, 27 Jan 2014 05:48:23 +0000 (00:48 -0500)
.gitignore
Makefile.am

index fe49182e672f0389c6541359db6e6a4344d7f01d..676a88879603eaf3a50761ffb57224d137912591 100644 (file)
@@ -7,6 +7,7 @@ Makefile
 /config.h
 /config.log
 /config.status
+html/
 /lib/.deps/
 /libtool
 /src/.deps/
index 93113d0863bcae097f737453eda06baff4a4ab73..e6f7dc117870cdd6aad0d535f161c57e1aa42f8a 100644 (file)
@@ -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