From e1918c4e3a14ebf4f07eb62d0132e1cbbc132e1d Mon Sep 17 00:00:00 2001 From: Wojciech Porczyk Date: Sat, 31 Oct 2015 21:35:23 +0100 Subject: [PATCH] =?UTF-8?q?Poprawki=20do=20=C5=9Brodowiska=20(Qubes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f367141..9a1fbad 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CONTEXTOPTS = --batch - TEXMF ?= /usr/share/texlive/texmf-dist - OSCOLORDIR = /usr/share/ghostscript/9.14/iccprofiles +NETVM = netvm -all: spiewnik-skladka.pdf spiewnik-preprint.pdf +ALL = spiewnik-skladka.pdf spiewnik-preprint.pdf okladka-skladka.pdf +all: $(ALL) .PHONY: all %-skladka.pdf: %.tex @@ -18,3 +18,7 @@ all: spiewnik-skladka.pdf spiewnik-preprint.pdf clean: $(RM) -r *.pdf *.log *.tuc *.export *.template *.xml *.xhtml *.css *.specification *.tree .PHONY: clean + +upload: + qvm-copy-to-vm $(NETVM) $(ALL) +.PHONY: upload