Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164319
b: refs/heads/master
c: bd4c3a3
h: refs/heads/master
i:
  164317: 05b4d28
  164315: 87ea5ec
  164311: 70fec4d
  164303: 42790c9
  164287: 3d99317
v: v3
  • Loading branch information
Linus Torvalds committed Sep 21, 2009
1 parent 21c60d9 commit ac2d503
Show file tree
Hide file tree
Showing 1,512 changed files with 194,003 additions and 58,234 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: 583a22e7c154dc0a3938db522696b4bc7f098f59
refs/heads/master: bd4c3a3441144cd46d1f544046523724c5bc6e94
10 changes: 7 additions & 3 deletions trunk/Documentation/DocBook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \
genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
mac80211.xml debugobjects.xml sh.xml regulator.xml \
alsa-driver-api.xml writing-an-alsa-driver.xml \
tracepoint.xml
tracepoint.xml media.xml

###
# The build process is as follows (targets):
Expand All @@ -32,7 +32,7 @@ PS_METHOD = $(prefer-db2x)

###
# The targets that may be used.
PHONY += xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs
PHONY += xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs media

BOOKS := $(addprefix $(obj)/,$(DOCBOOKS))
xmldocs: $(BOOKS)
Expand All @@ -45,12 +45,16 @@ PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
pdfdocs: $(PDF)

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

MAN := $(patsubst %.xml, %.9, $(BOOKS))
mandocs: $(MAN)

media:
mkdir -p $(srctree)/Documentation/DocBook/media/
cp $(srctree)/Documentation/DocBook/dvb/*.png $(srctree)/Documentation/DocBook/v4l/*.gif $(srctree)/Documentation/DocBook/media/

installmandocs: mandocs
mkdir -p /usr/local/man/man9/
install Documentation/DocBook/man/*.9.gz /usr/local/man/man9/
Expand Down
1 change: 1 addition & 0 deletions trunk/Documentation/DocBook/dvb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*.xml
Loading

0 comments on commit ac2d503

Please sign in to comment.