From 8609262ef7ab11e482843d938a92d10988b9cfe4 Mon Sep 17 00:00:00 2001 From: tailor Date: Tue, 19 Aug 2008 16:42:50 +0200 Subject: [PATCH] html: minor change --- DATE.tex | 2 +- Makefile | 8 ++++---- REVISION.tex | 2 +- html/index.php | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DATE.tex b/DATE.tex index 4ed7251..1343c8c 100644 --- a/DATE.tex +++ b/DATE.tex @@ -1 +1 @@ -2008-08-17 \ No newline at end of file +2008-08-19 \ No newline at end of file diff --git a/Makefile b/Makefile index 45beb0f..435c55f 100644 --- a/Makefile +++ b/Makefile @@ -129,10 +129,10 @@ html/sample-frontcover.jpg: $(CLQR)-a4-consec.pdf $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG) $(RM) temp.jpg -html/sample-doublepage.jpg: $(CLQR)-a4-consec.pdf - $(CONVERT) $<'[19-20]' -verbose -resize 30% temp.jpg $(SEND-TO-LOG) - $(MONTAGE) temp-0.jpg temp-1.jpg -tile 2x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG) - $(RM) temp-0.jpg temp-1.jpg +html/sample-doublepage.jpg: $(CLQR)-a4-booklet-four.pdf + $(CONVERT) $<'[10]' -verbose -resize 30% temp.jpg $(SEND-TO-LOG) + $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG) + $(RM) temp.jpg html/sample-firstpage-%.jpg: $(CLQR)-a4-booklet-%.pdf $(CONVERT) $<'[0]' -verbose -resize 15% temp.jpg $(SEND-TO-LOG) diff --git a/REVISION.tex b/REVISION.tex index c5b431b..7c6ba0f 100644 --- a/REVISION.tex +++ b/REVISION.tex @@ -1 +1 @@ -50 \ No newline at end of file +55 \ No newline at end of file diff --git a/html/index.php b/html/index.php index 659672c..4a526c3 100644 --- a/html/index.php +++ b/html/index.php @@ -36,8 +36,8 @@ - Front Cover + Doublepage Cover

Introduction

Common Lisp Quick Reference is a free booklet with short @@ -45,8 +45,8 @@ It comes with a comprehensive index.

- Doublepage Sample + Front Cover Sample

This rather humble effort is by no means meant to rival -- 2.11.4.GIT