[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH BOOK] Making multi page html-book

From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2003-02-23 23:32:02 CET

On Sun, 23 Feb 2003, B. W. Fitzpatrick wrote:

>
> Applied in 5030. Thanks again.
>

Oops, you missed my second posting about cleaning:

Cleaning won't work because $(BOOK_HTML_CHUNK_DIR) is a dir.
So we will need rm -rf or rm -f *.html.

BR, Jani

Index: doc/book/Makefile
===================================================================
--- doc/book/Makefile (revision 5035)
+++ doc/book/Makefile (working copy)
@@ -100,7 +100,7 @@
        $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR)

 book-clean:
- rm -f $(BOOK_HTML_TARGET) $(BOOK_FO_TARGET) $(BOOK_HTML_CHUNK_DIR)
+ rm -f $(BOOK_HTML_TARGET) $(BOOK_FO_TARGET) $(BOOK_HTML_CHUNK_DIR)/*.html
        rm -f $(BOOK_PDF_TARGET) $(BOOK_PS_TARGET)

 misc-docs-html: $(MDOCS_HTML_TARGET)

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 23 23:33:01 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.