Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 787
b: refs/heads/master
c: fd4a324
h: refs/heads/master
i:
  785: 649888c
  783: b340390
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed May 1, 2005
1 parent 1ab013e commit aec472a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4fa35166c540073a2c6e450683c776f68e8b5569
refs/heads/master: fd4a3244941ed74fffc24b64857977270e6f64e2
8 changes: 4 additions & 4 deletions trunk/Documentation/DocBook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ quiet_cmd_db2ps = XMLTO $@
cmd_db2ps = xmlto ps $(XMLTOFLAGS) -o $(dir $@) $<
%.ps : %.xml
@(which xmlto > /dev/null 2>&1) || \
(echo "*** You need to install DocBook stylesheets ***"; \
(echo "*** You need to install xmlto ***"; \
exit 1)
$(call cmd,db2ps)

quiet_cmd_db2pdf = XMLTO $@
cmd_db2pdf = xmlto pdf $(XMLTOFLAGS) -o $(dir $@) $<
%.pdf : %.xml
@(which xmlto > /dev/null 2>&1) || \
(echo "*** You need to install DocBook stylesheets ***"; \
(echo "*** You need to install xmlto ***"; \
exit 1)
$(call cmd,db2pdf)

Expand All @@ -120,7 +120,7 @@ quiet_cmd_db2html = XMLTO $@

%.html: %.xml
@(which xmlto > /dev/null 2>&1) || \
(echo "*** You need to install DocBook stylesheets ***"; \
(echo "*** You need to install xmlto ***"; \
exit 1)
@rm -rf $@ $(patsubst %.html,%,$@)
$(call cmd,db2html)
Expand All @@ -131,7 +131,7 @@ quiet_cmd_db2man = XMLTO $@
cmd_db2man = if grep -q refentry $<; then xmlto man $(XMLTOFLAGS) -o $(obj)/man $< ; gzip -f $(obj)/man/*.9; fi
%.9 : %.xml
@(which xmlto > /dev/null 2>&1) || \
(echo "*** You need to install DocBook stylesheets ***"; \
(echo "*** You need to install xmlto ***"; \
exit 1)
$(call cmd,db2man)
@touch $@
Expand Down

0 comments on commit aec472a

Please sign in to comment.