discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] usrp make install breaks when no doctools installed


From: Martin Dvh
Subject: [Discuss-gnuradio] usrp make install breaks when no doctools installed
Date: Wed, 25 Jan 2006 04:15:41 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030823

I don't have the docbuilding tools installed (on my windows box)
This breaks the make install of usrp.
The cause is that DOCBOOK_HTML_FILES is empty when you don't have the doc tools
This results in a
for i in ; do
Index: doc/Makefile.am

Which won't work.
I allways use the patch below, but does anybody know how to really repair this.

Greetings,
Martin

===================================================================
RCS file: /cvsroot/opensdr/usrp/doc/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- doc/Makefile.am     19 Aug 2005 22:39:46 -0000      1.6
+++ doc/Makefile.am     25 Jan 2006 03:02:23 -0000
@@ -60,12 +60,7 @@
                echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
        done
-
        mkdir -p $(DESTDIR)$(docdir)/html
-       @for i in $(DOCBOOK_HTML_FILES); do \
-               echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html"; \
-               $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/html; \
-       done
        cp -r html $(DESTDIR)$(docdir)

 uninstall-local:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]