/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/quick-reference/Makefile

  • Committer: adwi2
  • Date: 2008-07-11 23:05:17 UTC
  • mto: This revision was merged to the branch mainline in revision 3550.
  • Revision ID: adwi2@014661-xp-20080711230517-6giupapiqdpuduir
Permits Windows to serve all paths on all drives.

 1) Special case in local transport for "/" on Windows
    * This is taken to be an empty base path
 2) urlutils._win32_path_(from|to)_url changes
    * file:/// == / and vice versa

This fixes the problems detailed in #240910
 * Since the server started by use of bzr+ssh:// uses '/' as a base,
   you can now access paths that are not on the root of the drive
   Python.exe is hosted on
 * You may now voluntarily serve all paths from a single server process, 
   should you find this desirable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# If you feel the need to duplicate this file, you'll win the right to refactor
2
 
# doc/*/quick-reference/Makefile and update TARGETS and OBJECTS usages in
3
 
# doc/Makefile
4
 
 
5
 
TARGETS=bzr-en-quick-reference.png bzr-en-quick-reference.pdf
6
 
OBJECTS=bzr-en-quick-reference.svg Makefile
 
1
TARGETS=quick-start-summary.png quick-start-summary.pdf
 
2
OBJECTS=quick-start-summary.svg Makefile
7
3
 
8
4
all: $(TARGETS)
9
5
 
15
11
.svg.png:
16
12
        rsvg-convert -d 300 -p 300 -z 3.3346 -f png -o $@ $<
17
13
 
18
 
bzr-en-quick-reference.png: $(OBJECTS)
 
14
bzr-quickref.png: $(OBJECTS)
19
15
 
20
 
bzr-en-quick-reference.pdf: $(OBJECTS)
 
16
bzr-quickref.pdf: $(OBJECTS)
21
17
 
22
18
clean:
23
19
        rm -f $(TARGETS)