Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54447
b: refs/heads/master
c: 7c52b16
h: refs/heads/master
i:
  54445: 7679798
  54443: 49b0d28
  54439: c7f57dd
  54431: b6a936d
v: v3
  • Loading branch information
Robert Peterson authored and Steven Whitehouse committed May 1, 2007
1 parent f703242 commit 5ab621a
Show file tree
Hide file tree
Showing 2,225 changed files with 46,230 additions and 143,473 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f757f91e70a97eda8f0cc13bddc853209b2d173
refs/heads/master: 7c52b166c588c98cf3d2b2e7e6a0468a98e84d0d
5 changes: 2 additions & 3 deletions trunk/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -1745,9 +1745,8 @@ S: D-64295
S: Germany

N: Andi Kleen
E: andi@firstfloor.org
U: http://www.halobates.de
D: network, x86, NUMA, various hacks
E: ak@muc.de
D: network hacker, syncookies
S: Schwalbenstr. 96
S: 85551 Ottobrunn
S: Germany
Expand Down
9 changes: 6 additions & 3 deletions trunk/Documentation/DocBook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ psdocs: $(PS)
PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
pdfdocs: $(PDF)

HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
HTML := $(patsubst %.xml, %.html, $(BOOKS))
htmldocs: $(HTML)

MAN := $(patsubst %.xml, %.9, $(BOOKS))
Expand Down Expand Up @@ -152,7 +152,6 @@ quiet_cmd_db2man = MAN $@
@(which xmlto > /dev/null 2>&1) || \
(echo "*** You need to install xmlto ***"; \
exit 1)
$(Q)mkdir -p $(obj)/man
$(call cmd,db2man)
@touch $@

Expand Down Expand Up @@ -213,7 +212,11 @@ clean-files := $(DOCBOOKS) \
$(patsubst %.xml, %.9, $(DOCBOOKS)) \
$(C-procfs-example)

clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man
clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS))

#man put files in man subdir - traverse down
subdir- := man/


# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable se we can use it in if_changed and friends.
Expand Down
3 changes: 3 additions & 0 deletions trunk/Documentation/DocBook/man/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rules are put in Documentation/DocBook

clean-files := *.9.gz *.sgml manpage.links manpage.refs
11 changes: 0 additions & 11 deletions trunk/Documentation/blackfin/00-INDEX

This file was deleted.

169 changes: 0 additions & 169 deletions trunk/Documentation/blackfin/Filesystems

This file was deleted.

48 changes: 0 additions & 48 deletions trunk/Documentation/blackfin/cache-lock.txt

This file was deleted.

65 changes: 0 additions & 65 deletions trunk/Documentation/blackfin/cachefeatures.txt

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ aic7*seq.h*
aicasm
aicdb.h*
asm
asm-offsets.h
asm_offsets.h
asm-offsets.*
asm_offsets.*
autoconf.h*
bbootsect
bin2c
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/driver-model/devres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ For example, you can do something like the following.

...

devres_close_group(dev, my_midlayer_create_something);
devres_close_group(dev, my_midlayer_something);
return 0;
}

Expand Down
Loading

0 comments on commit 5ab621a

Please sign in to comment.