spv-file-format: Finish documenting "format".
[pspp] / Makefile
index 284a8e72fa31a77e92c97b7c53b59328d1ea63ee..348323a9a631f3b6650162bedf5a22aa79f0604a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@ 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
-dump: dump.o
-dump2: dump2.o
+all: dump dump2 parse-xml spv-file-format.text
+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 $@ $<