dblatex is passed the option `-o $(srcdir)/pdf`, but if this directory
does not exist, the PDF file is created with the name 'pdf' in
$(srcdir). Make the directory so that the -o option treats the
specified name as an output directory instead of an output filename.
for each in `find $(srcdir)/man/ -name '*.3'`; do $(RM) $(DESTDIR)$(mandir)/man3/`basename $$each` ; done
$(srcdir)/pdf/comedilib.pdf: $(XML)
+ $(mkdir_p) $(srcdir)/pdf
$(DBLATEX) -o $(srcdir)/pdf -t pdf $(srcdir)/comedilib.xml
funcref.xml: funcref mkref