Rev 2473: (bialix, r=john) `make copy-docs` should also copy doc/HACKING.htm in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Apr 30 22:46:59 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2473
revision-id: pqm at pqm.ubuntu.com-20070430214656-2i2yfs1byf8ay10a
parent: pqm at pqm.ubuntu.com-20070430083158-pitv7lbgdu0q8g6h
parent: bialix at ukr.net-20070430184234-mq53cwwtaj2sf9v4
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2007-04-30 22:46:56 +0100
message:
  (bialix,r=john) `make copy-docs` should also copy doc/HACKING.htm
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 2456.3.2
    merged: bialix at ukr.net-20070430184234-mq53cwwtaj2sf9v4
    parent: bialix at ukr.net-20070427090646-ozqshfjltumwxwlw
    committer: Alexander Belchenko <bialix at ukr.net>
    branch nick: trivial
    timestamp: Mon 2007-04-30 21:42:34 +0300
    message:
      indenting
    ------------------------------------------------------------
    revno: 2456.3.1
    merged: bialix at ukr.net-20070427090646-ozqshfjltumwxwlw
    parent: pqm at pqm.ubuntu.com-20070425143732-c4aa489eylhhfnzg
    committer: Alexander Belchenko <bialix at ukr.net>
    branch nick: trivial
    timestamp: Fri 2007-04-27 12:06:46 +0300
    message:
      `make copy-docs` should also copy doc/HACKING.htm (for win32 standalone installer)
=== modified file 'Makefile'
--- a/Makefile	2007-04-24 13:15:06 +0000
+++ b/Makefile	2007-04-30 18:42:34 +0000
@@ -111,7 +111,9 @@
 docs: $(htm_files) $(MAN_PAGES) doc/HACKING.htm
 
 copy-docs: docs
-	python tools/win32/ostools.py copytodir $(htm_files) doc/default.css NEWS README  win32_bzr.exe/doc
+	python tools/win32/ostools.py copytodir $(htm_files) \
+		doc/default.css doc/HACKING.htm NEWS README \
+		win32_bzr.exe/doc
 
 # clean produced docs
 clean-docs:




More information about the bazaar-commits mailing list