~canonical-ci-engineering/ubuntu-ci-services-itself/ansible

« back to all changes in this revision

Viewing changes to debian/patches/ansible-galaxy-manpage.patch

  • Committer: Package Import Robot
  • Author(s): Harlan Lieberman-Berg
  • Date: 2014-04-21 16:51:47 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140421165147-8ua5msw3mse8r2br
Tags: 1.5.5+dfsg-1
* New upstream version 1.5.5, security update.
* d/control: Add myself to Uploaders to silence Lintian
* Refresh patches for new version.  Add DEP-3 headers to one patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 create mode 100644 docs/man/man1/ansible-galaxy.1
13
13
 create mode 100644 docs/man/man1/ansible-galaxy.1.asciidoc.in
14
14
 
15
 
diff --git a/Makefile b/Makefile
16
 
index 982cd14..41d80a1 100644
17
15
--- a/Makefile
18
16
+++ b/Makefile
19
 
@@ -20,7 +20,7 @@ OS = $(shell uname -s)
 
17
@@ -20,7 +20,7 @@
20
18
 # Manpages are currently built with asciidoc -- would like to move to markdown
21
19
 # This doesn't evaluate until it's called. The -D argument is the
22
20
 # directory of the target file ($@), kinda like `dirname`.
25
23
 ifneq ($(shell which a2x 2>/dev/null),)
26
24
 ASCII2MAN = a2x -D $(dir $@) -d manpage -f manpage $<
27
25
 ASCII2HTMLMAN = a2x -D docs/html/man/ -d manpage -f xhtml
28
 
@@ -172,3 +172,4 @@ deb: debian
 
26
@@ -172,3 +172,4 @@
29
27
 webdocs: $(MANPAGES)
30
28
        (cd docsite/; make docs)
31
29
 
32
30
+docs: $(MANPAGES)
33
 
diff --git a/docs/man/man1/ansible-galaxy.1 b/docs/man/man1/ansible-galaxy.1
34
 
new file mode 100644
35
 
index 0000000..af22851
36
31
--- /dev/null
37
32
+++ b/docs/man/man1/ansible-galaxy.1
38
33
@@ -0,0 +1,180 @@
216
211
+\fBansible\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
217
212
+.sp
218
213
+Extensive documentation is available in the documentation site: http://docs\&.ansible\&.com\&. IRC and mailing list info can be found in file CONTRIBUTING\&.md, available in: https://github\&.com/ansible/ansible
219
 
diff --git a/docs/man/man1/ansible-galaxy.1.asciidoc.in b/docs/man/man1/ansible-galaxy.1.asciidoc.in
220
 
new file mode 100644
221
 
index 0000000..b8a80e6
222
214
--- /dev/null
223
215
+++ b/docs/man/man1/ansible-galaxy.1.asciidoc.in
224
216
@@ -0,0 +1,167 @@
389
381
+Extensive documentation is available in the documentation site:
390
382
+<http://docs.ansible.com>. IRC and mailing list info can be found
391
383
+in file CONTRIBUTING.md, available in: <https://github.com/ansible/ansible>
392
 
1.9.1
393