discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: Distclean problem in usrp/doc


From: Berndt Josef Wulf
Subject: Re: [Discuss-gnuradio] Re: Distclean problem in usrp/doc
Date: Wed, 17 Aug 2005 14:39:23 +0930
User-agent: KMail/1.8.1

On Wed, 17 Aug 2005 12:55 pm, Berndt Josef Wulf wrote:
G'day,

same as in my previous email about gnuradio-core, the distclean process fails 
for the same reasons in usrp/doc. Find appended fix below:

cheerio Berndt

--- doc/Makefile.in.orig        2005-08-17 14:33:12.000000000 +0930
+++ doc/Makefile.in     2005-08-17 14:33:02.000000000 +0930
@@ -641,9 +641,7 @@
        $(RM) -fr $(DESTDIR)$(docdir)/html

 clean-local:
-       $(RM) -r latex
-       $(RM) -r html man xml
-       $(RM) $(DOCBOOK_HTML_FILES)
+       $(RM) -fr latex html man xml $(DOCBOOK_HTML_FILES)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

Attachment: pgpQmt5OAzLSY.pgp
Description: PGP signature


reply via email to

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