diff options
-rw-r--r-- | Documentation/Makefile | 8 | ||||
-rw-r--r-- | Documentation/trace-cmd-extract.1.txt (renamed from Documentation/trace-cmd-extract.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-list.1.txt (renamed from Documentation/trace-cmd-list.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-listen.1.txt (renamed from Documentation/trace-cmd-listen.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-record.1.txt (renamed from Documentation/trace-cmd-record.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-report.1.txt (renamed from Documentation/trace-cmd-report.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-reset.1.txt (renamed from Documentation/trace-cmd-reset.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-split.1.txt (renamed from Documentation/trace-cmd-split.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-start.1.txt (renamed from Documentation/trace-cmd-start.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd-stop.1.txt (renamed from Documentation/trace-cmd-stop.txt) | 0 | ||||
-rw-r--r-- | Documentation/trace-cmd.1.txt (renamed from Documentation/trace-cmd.txt) | 0 |
11 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index d5785bf..72c9bad 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile | |||
@@ -45,17 +45,15 @@ $(obj)/%.xsl: $(src)/%.txt | |||
45 | $(Q)$(do_asciidoc_build) | 45 | $(Q)$(do_asciidoc_build) |
46 | 46 | ||
47 | 47 | ||
48 | $(obj)/%.1: $(obj)/%.xsl | 48 | $(obj)/%.1: $(obj)/%.1.xsl |
49 | @$(call manpage.xsl) | 49 | @$(call manpage.xsl) |
50 | $(Q)$(do_xsltproc_build) | 50 | $(Q)$(do_xsltproc_build) |
51 | 51 | ||
52 | TEXT = $(wildcard *.txt) | 52 | TEXT1 = $(wildcard *.1.txt) |
53 | XML = $(patsubst %.txt,$(obj)/%.xsl, ${TEXT}) | 53 | MAN1 = $(patsubst %.1.txt,$(obj)/%.1, ${TEXT1}) |
54 | MAN1 = $(patsubst %.txt,$(obj)/%.1, ${TEXT}) | ||
55 | 54 | ||
56 | all: $(MAN1) | 55 | all: $(MAN1) |
57 | 56 | ||
58 | |||
59 | define do_install | 57 | define do_install |
60 | $(print_install) \ | 58 | $(print_install) \ |
61 | if [ ! -d $2 ]; then \ | 59 | if [ ! -d $2 ]; then \ |
diff --git a/Documentation/trace-cmd-extract.txt b/Documentation/trace-cmd-extract.1.txt index 1eaea3c..1eaea3c 100644 --- a/Documentation/trace-cmd-extract.txt +++ b/Documentation/trace-cmd-extract.1.txt | |||
diff --git a/Documentation/trace-cmd-list.txt b/Documentation/trace-cmd-list.1.txt index 16d0b6b..16d0b6b 100644 --- a/Documentation/trace-cmd-list.txt +++ b/Documentation/trace-cmd-list.1.txt | |||
diff --git a/Documentation/trace-cmd-listen.txt b/Documentation/trace-cmd-listen.1.txt index 15014e6..15014e6 100644 --- a/Documentation/trace-cmd-listen.txt +++ b/Documentation/trace-cmd-listen.1.txt | |||
diff --git a/Documentation/trace-cmd-record.txt b/Documentation/trace-cmd-record.1.txt index 4707605..4707605 100644 --- a/Documentation/trace-cmd-record.txt +++ b/Documentation/trace-cmd-record.1.txt | |||
diff --git a/Documentation/trace-cmd-report.txt b/Documentation/trace-cmd-report.1.txt index fbab3f4..fbab3f4 100644 --- a/Documentation/trace-cmd-report.txt +++ b/Documentation/trace-cmd-report.1.txt | |||
diff --git a/Documentation/trace-cmd-reset.txt b/Documentation/trace-cmd-reset.1.txt index d579827..d579827 100644 --- a/Documentation/trace-cmd-reset.txt +++ b/Documentation/trace-cmd-reset.1.txt | |||
diff --git a/Documentation/trace-cmd-split.txt b/Documentation/trace-cmd-split.1.txt index d061f39..d061f39 100644 --- a/Documentation/trace-cmd-split.txt +++ b/Documentation/trace-cmd-split.1.txt | |||
diff --git a/Documentation/trace-cmd-start.txt b/Documentation/trace-cmd-start.1.txt index 3264abf..3264abf 100644 --- a/Documentation/trace-cmd-start.txt +++ b/Documentation/trace-cmd-start.1.txt | |||
diff --git a/Documentation/trace-cmd-stop.txt b/Documentation/trace-cmd-stop.1.txt index c401af1..c401af1 100644 --- a/Documentation/trace-cmd-stop.txt +++ b/Documentation/trace-cmd-stop.1.txt | |||
diff --git a/Documentation/trace-cmd.txt b/Documentation/trace-cmd.1.txt index 9bd97c5..9bd97c5 100644 --- a/Documentation/trace-cmd.txt +++ b/Documentation/trace-cmd.1.txt | |||