diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-05-10 20:36:08 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-05-10 20:36:08 +0100 |
commit | 0d0e3b3c05b5e3004f526bf0ace02885c36ce2d5 (patch) | |
tree | fa151f80dcdf2ca2174ac83aa137333947ef1a19 | |
parent | 013d621eb8e5493e1401a69ac99da1485d46cc37 (diff) |
use *.asciidoc(i) extension instead of *.adoc(i)
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | apache.asciidoci (renamed from apache.adoci) | 0 | ||||
-rw-r--r-- | cover.asciidoci (renamed from cover.adoci) | 0 | ||||
-rw-r--r-- | dns.asciidoci (renamed from dns.adoci) | 0 | ||||
-rw-r--r-- | firewall.asciidoci (renamed from firewall.adoci) | 0 | ||||
-rw-r--r-- | ldap1.asciidoci (renamed from ldap1.adoci) | 0 | ||||
-rw-r--r-- | ldap2.asciidoci (renamed from ldap2.adoci) | 0 | ||||
-rw-r--r-- | pgp.asciidoci (renamed from pgp.adoci) | 0 | ||||
-rw-r--r-- | practicals.adoc | 10 | ||||
-rw-r--r-- | practicals.asciidoc | 10 | ||||
-rw-r--r-- | smime.asciidoci (renamed from smime.adoci) | 0 | ||||
-rw-r--r-- | snort.asciidoci (renamed from snort.adoci) | 0 | ||||
-rw-r--r-- | ssl.asciidoci (renamed from ssl.adoci) | 0 |
13 files changed, 15 insertions, 15 deletions
@@ -1,12 +1,12 @@ -SRC = $(wildcard *.adoc) +SRC = $(wildcard *.asciidoc) -HTML = $(SRC:.adoc=.html) -PDF = $(SRC:.adoc=.pdf) +HTML = $(SRC:.asciidoc=.html) +PDF = $(SRC:.asciidoc=.pdf) all: $(HTML) $(PDF) -%.html: %.adoc $(wildcard *.adoci) +%.html: %.asciidoc $(wildcard *.asciidoci) asciidoc $< -%.pdf: %.adoc $(wildcard *.adoci) +%.pdf: %.asciidoc $(wildcard *.asciidoci) a2x $< -L diff --git a/apache.adoci b/apache.asciidoci index 8c3b259..8c3b259 100644 --- a/apache.adoci +++ b/apache.asciidoci diff --git a/cover.adoci b/cover.asciidoci index f7eeb4e..f7eeb4e 100644 --- a/cover.adoci +++ b/cover.asciidoci diff --git a/dns.adoci b/dns.asciidoci index f426e19..f426e19 100644 --- a/dns.adoci +++ b/dns.asciidoci diff --git a/firewall.adoci b/firewall.asciidoci index 6839aa3..6839aa3 100644 --- a/firewall.adoci +++ b/firewall.asciidoci diff --git a/ldap1.adoci b/ldap1.asciidoci index 4c8b452..4c8b452 100644 --- a/ldap1.adoci +++ b/ldap1.asciidoci diff --git a/ldap2.adoci b/ldap2.asciidoci index 76ee056..76ee056 100644 --- a/ldap2.adoci +++ b/ldap2.asciidoci diff --git a/pgp.adoci b/pgp.asciidoci index ec226e1..ec226e1 100644 --- a/pgp.adoci +++ b/pgp.asciidoci diff --git a/practicals.adoc b/practicals.adoc deleted file mode 100644 index ba3da4b..0000000 --- a/practicals.adoc +++ /dev/null @@ -1,10 +0,0 @@ -include::cover.adoci[] -include::apache.adoci[] -include::ldap1.adoci[] -include::ldap2.adoci[] -include::dns.adoci[] -include::ssl.adoci[] -include::firewall.adoci[] -include::pgp.adoci[] -include::smime.adoci[] -include::snort.adoci[] diff --git a/practicals.asciidoc b/practicals.asciidoc new file mode 100644 index 0000000..96f54c7 --- /dev/null +++ b/practicals.asciidoc @@ -0,0 +1,10 @@ +include::cover.asciidoci[] +include::apache.asciidoci[] +include::ldap1.asciidoci[] +include::ldap2.asciidoci[] +include::dns.asciidoci[] +include::ssl.asciidoci[] +include::firewall.asciidoci[] +include::pgp.asciidoci[] +include::smime.asciidoci[] +include::snort.asciidoci[] diff --git a/smime.adoci b/smime.asciidoci index 1ecf8e4..1ecf8e4 100644 --- a/smime.adoci +++ b/smime.asciidoci diff --git a/snort.adoci b/snort.asciidoci index 7592940..7592940 100644 --- a/snort.adoci +++ b/snort.asciidoci diff --git a/ssl.adoci b/ssl.asciidoci index 87c9ef1..87c9ef1 100644 --- a/ssl.adoci +++ b/ssl.asciidoci |