Commit e14e7872 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: ioping.pdf target

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent db710f58
......@@ -42,6 +42,12 @@ install: $(BINS) $(MANS)
%.o: %.c
$(CC) $(CFLAGS) -DVERSION=\"${VERSION}\" -c -o $@ $^
%.ps: %.1
man -t ./$< > $@
%.pdf: %.ps
ps2pdf $< $@
$(BINS): $(OBJS)
$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
......
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