Commit d933ce40 authored by Adam Wujek's avatar Adam Wujek 💬

doc: remove making image directory

It looks like it is a leftover from the past
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 57e325f4
......@@ -39,15 +39,12 @@ RELEASE=$(shell git describe --always --dirty)
$(MAKEINFO) --no-headers $< > $@
##############################################
.PHONY: all images check terse clean install
.PHONY: all check terse clean install
.INTERMEDIATE: $(TEXI)
all: images $(ALL)
all: $(ALL)
$(MAKE) terse
images::
if [ -d images ]; then $(MAKE) -C images || exit 1; fi
check: _err.ps
gs -sDEVICE=linux -r320x200x16 $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment