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: Stephane Fillod
Subject: Re: [Discuss-gnuradio] Re: Distclean problem in usrp/doc
Date: Fri, 19 Aug 2005 15:10:44 +0200
User-agent: Mutt/1.5.8i

G'day Berndt,

On Wed, Aug 17, 2005 at 02:39:23PM +0930, Berndt Josef Wulf wrote:
> 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
                   ^^
Don't hack the .in file, since it is auto-generated. The .am file are
the one to be modified.

So here's the patch for gnuradio-core:

Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/gnuradio/gnuradio-core/doc/Makefile.am,v
retrieving revision 1.4
diff -u -b -B -w -p -r1.4 Makefile.am
--- doc/Makefile.am     31 Jan 2005 00:07:19 -0000      1.4
+++ doc/Makefile.am     19 Aug 2005 13:05:48 -0000
@@ -71,6 +71,5 @@ uninstall-local:
        $(RM) -fr $(DESTDIR)$(docdir)/html
 
 clean-local:
-       $(RM) -r latex
-       $(RM) -r html man
+       $(RM) -fr latex html man
 



And here's the patch for usrp:


Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/opensdr/usrp/doc/Makefile.am,v
retrieving revision 1.5
diff -u -b -B -w -p -r1.5 Makefile.am
--- doc/Makefile.am     11 Feb 2005 22:08:14 -0000      1.5
+++ doc/Makefile.am     19 Aug 2005 13:06:52 -0000
@@ -76,6 +76,4 @@ uninstall-local:
        $(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)


And to get it into CVS, let's Cc address@hidden


Cheers!
-- 
Stephane




reply via email to

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