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

[PATCH] Fix make in doc/ + directory restructuring

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-03-14 20:41:05 CET

A reminder of the patch I sent to the list at 2005-03-09 03:39:55Z about
cleaning up /trunk/doc/Makefile after the svnbook moved. It's pretty
uncontroversial:

[[[
Clean up doc/book/Makefile after the svnbook was moved out of the
repository in r13125. It now builds misc-docs without errors.

* doc/book/Makefile
  (Renamed variables):
    BOOK_TOP to DOC_TOP
    BOOK_HTML_XSLTPROC_OPTS to DOC_HTML_XSLTPROC_OPTS
    BOOK_PDF_XSLTPROC_OPTS to DOC_PDF_XSLTPROC_OPTS
    BOOK_PS_XSLTPROC_OPTS to DOC_PS_XSLTPROC_OPTS
  (Deleted variables): BOOK_HTML_CHUNK_DIR, BOOK_DIR, BOOK_HTML_TARGET,
    BOOK_HTML_CHUNK_TARGET, BOOK_PDF_TARGET, BOOK_PS_TARGET,
    BOOK_FO_TARGET, BOOK_XML_SOURCE, BOOK_VERSION_SOURCE,
    BOOK_ALL_SOURCE, BOOK_IMAGES, BOOK_INSTALL_DIR
  (install): Removed install-book target.
  (all-html): Removed book-html and book-html-chunk targets.
  (all-pdf): Removed book-pdf target.
  (all-ps): Removed book-ps target.
  (all-misc-docs): Removed book-ps target.
  (clean): Removed book-clean target.
  (all-book, install-book, $(BOOK_VERSION_SOURCE), book-version,
   book-html, $(BOOK_HTML_TARGET), book-html-chunk,
   $(BOOK_HTML_CHUNK_TARGET), book-pdf, book-ps, $(BOOK_PDF_TARGET),
   $(BOOK_PS_TARGET), $(BOOK_INSTALL_DIR), install-book-html,
   install-book-html-chunk, install-book-pdf, install-book-ps,
   book-clean): Deleted these rules.
]]]

http://sunbase.org/src/subversion/patch/r13317.doc-Makefile.patch

I would also suggest the following:

  0. Move doc/book/misc-docs to the parent directory so it is easier to
     find.
  1. Merge the docs in doc/user/ into misc-docs. The documents in
     doc/users/ haven't been updated in almost a year, and it seems as
     some of the documentation there is duplicated both in misc-docs/
     and user/. And what's the difference between user/ and misc-docs/
     anyway?
  2. Merge changes from the Makefile in the svnbook repository, there
     are some interesting new stuff there, for example a couple of new
     scripts which should automate things a bit.

-- sunny256

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Mar 14 20:43:29 2005

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.