Skip to content

Commit

Permalink
Poprawki do środowiska (Qubes)
Browse files Browse the repository at this point in the history
  • Loading branch information
woju committed Oct 31, 2015
1 parent a771f26 commit e1918c4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit e1918c4

Please sign in to comment.