doc/Makefile.am: Create directory for pdf output
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.
This commit is contained in:
parent
be02f1a3d6
commit
31b558634a
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ uninstall_man:
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue