NAME = dxfngc

.PHONY: all clean
.SUFFIXES:
.SECONDARY:

all: $(NAME).pdf

%.pdf: %.xml
	db2pdf $<

clean:
	rm -f $(NAME).pdf