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:
pgpB2mLPIuSyp.pgp
Description: PGP signature
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
