mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
021803c268
commit
00ec7b4b74
8
Makefile
8
Makefile
@ -125,11 +125,13 @@ DIST_DIR := dist
|
||||
DIST_FILES = \
|
||||
Makefile \
|
||||
$(wildcard scripts/*) \
|
||||
$(wildcard examples/*) \
|
||||
$(wildcard workflow/*) \
|
||||
$(wildcard manual/*) \
|
||||
$(MODULE).cls \
|
||||
$(MODULE).pdf
|
||||
# Add these when ready...
|
||||
# $(wildcard examples/*) \
|
||||
# $(wildcard manual/*) \
|
||||
# $(wildcard workflow/*) \
|
||||
#
|
||||
|
||||
|
||||
|
||||
|
||||
@ -18,6 +18,8 @@ MAKESPREADS := ../../scripts/make-images.sh
|
||||
spreads.tex: spreads
|
||||
$(MAKESPREADS) $< $(SPREAD) > $@
|
||||
|
||||
dist:
|
||||
|
||||
clean:
|
||||
rm -f spreads.tex
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user