From 73117afe2352e66084eb512a38ec24aa9f874172 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Sat, 4 Dec 2010 19:12:19 +0100 Subject: [PATCH] Bug fixed where the print-only b/w pdfs got coloured. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f15ff04..a2ca574 100644 --- a/Makefile +++ b/Makefile @@ -119,12 +119,13 @@ clean: # Project hosting -publish: letter a4 \ - html/sample-frontcover.jpg \ +publish: + $(MAKE) html/sample-frontcover.jpg \ html/sample-firstpage-all.jpg html/sample-firstpage-four.jpg \ html/sample-firstpage-consec.jpg html/sample-source.jpg \ html/latest-changes.html \ $(CLQR).tar.gz + $(MAKE) letter a4 $(MAKE) publishclean $(RSYNC) --delete ./ trebb@shell.berlios.de:/home/groups/ftp/pub/clqr/clqr/ $(SEND-TO-LOG) $(RSYNC) ./html/ trebb@shell.berlios.de:/home/groups/clqr/htdocs/ $(SEND-TO-LOG) -- 2.11.4.GIT