tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-08-22 14:52:34 +03:00
parent 7ef6dee7a6
commit d7279e6810
3 changed files with 23 additions and 4 deletions

View File

@ -36,8 +36,8 @@ texToDoc = \
| cut -c 3- - > $2 | cut -c 3- - > $2
#----------------------------------------------------------------------
#----------------------------------------------------------------------
%.pdf: %.tex %.pdf: %.tex
$(TEX) $< > /dev/null $(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) # XXX install... (see: ./tmp/Makefile)
# - local
# - root
.PHONY: install
install: dist
#---------------------------------------------------------------------- #----------------------------------------------------------------------
@ -69,5 +87,6 @@ clean: sweep
rm -f *.pdf rm -f *.pdf
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# vim:set ts=4 sw=4 : # vim:set ts=4 sw=4 :

View File

@ -738,11 +738,11 @@
\nprounddigits{\photobook@roundprintedlengthsto} } \nprounddigits{\photobook@roundprintedlengthsto} }
%% \DescribeMacro{\ResetPages} %% \DescribeMacro{\ReInitPages}
% %
%% Reset and re-initialize page dimentions. %% Reset and re-initialize page dimentions.
%% %%
\newcommand\ResetPages{ \newcommand\ReInitPages{
\setlength\blockwidth{0mm} \setlength\blockwidth{0mm}
\setlength\blockheight{0mm} \setlength\blockheight{0mm}
\edef\pdfpagelayout{} \edef\pdfpagelayout{}

View File

@ -21,7 +21,7 @@
\def\layoutmode{cover} \def\layoutmode{cover}
\setlength\spinewidth{7.1mm} \setlength\spinewidth{7.1mm}
\ResetPages \ReInitPages