diff options
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/doc/Makefile.am b/usrp/doc/Makefile.am index f39961adc..85f02f32f 100644 --- a/usrp/doc/Makefile.am +++ b/usrp/doc/Makefile.am @@ -52,7 +52,7 @@ html/index.html: docbook-html: usrp_guide.html usrp_guide.html: usrp_guide.xml - xmlto html-nochunks usrp_guide.xml + xmlto html-nochunks $(top_srcdir)/usrp/doc/usrp_guide.xml install-data-local: $(mkinstalldirs) $(DESTDIR)$(docdir) |