mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7ef6dee7a6
commit
d7279e6810
21
Makefile
21
Makefile
@ -36,8 +36,8 @@ texToDoc = \
|
||||
| cut -c 3- - > $2
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
%.pdf: %.tex
|
||||
$(TEX) $< > /dev/null
|
||||
@ -54,7 +54,25 @@ texToDoc = \
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
.PHONY: doc
|
||||
doc: photobook.pdf
|
||||
|
||||
|
||||
.PHONY: all
|
||||
all: doc sweep
|
||||
|
||||
|
||||
# XXX
|
||||
.PHONY: dist
|
||||
dist: all
|
||||
|
||||
# XXX install... (see: ./tmp/Makefile)
|
||||
# - local
|
||||
# - root
|
||||
.PHONY: install
|
||||
install: dist
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
@ -69,5 +87,6 @@ clean: sweep
|
||||
rm -f *.pdf
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# vim:set ts=4 sw=4 :
|
||||
|
||||
@ -738,11 +738,11 @@
|
||||
\nprounddigits{\photobook@roundprintedlengthsto} }
|
||||
|
||||
|
||||
%% \DescribeMacro{\ResetPages}
|
||||
%% \DescribeMacro{\ReInitPages}
|
||||
%
|
||||
%% Reset and re-initialize page dimentions.
|
||||
%%
|
||||
\newcommand\ResetPages{
|
||||
\newcommand\ReInitPages{
|
||||
\setlength\blockwidth{0mm}
|
||||
\setlength\blockheight{0mm}
|
||||
\edef\pdfpagelayout{}
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
\def\layoutmode{cover}
|
||||
\setlength\spinewidth{7.1mm}
|
||||
|
||||
\ResetPages
|
||||
\ReInitPages
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user