X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=25f48159a5c26fafed1ffc27ea206935be007bd5;hb=c3f177db0bedf5629cc27faae5ed5de7f4c78e87;hp=348323a9a631f3b6650162bedf5a22aa79f0604a;hpb=ebc66e3005143a6feb347e99e2d6e7e900623bf0;p=pspp diff --git a/Makefile b/Makefile index 348323a9a6..25f48159a5 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,11 @@ parse-xml.o: CFLAGS := $(shell pkg-config --cflags libxml-2.0) $(base_cflags) parse-xml: LDFLAGS := $(shell pkg-config --libs libxml-2.0) $(LDFLAGS) dump2.o: CFLAGS := $(base_cflags) -Wno-unused -all: dump dump2 parse-xml spv-file-format.text +all: dump dump2 parse-xml spv-file-format.text spv-detail.pdf dump: dump.o u8-mbtouc.o dump2: dump2.o u8-mbtouc.o parse-xml: parse-xml.o spv-file-format.text: spv-file-format.texi makeinfo --force --plaintext -o $@ $< +spv-detail.pdf: spv-detail.gv + dot -T pdf -o$@ $<