From 453410852f2a577a586119ccbb012d494df8afc9 Mon Sep 17 00:00:00 2001 From: Jean-Noel Avila Date: Fri, 9 Feb 2018 21:11:33 +0100 Subject: [PATCH] Add index to pdf ebook --- index.asc | 3 +++ progit.asc | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 index.asc diff --git a/index.asc b/index.asc new file mode 100644 index 000000000..2df4a6b13 --- /dev/null +++ b/index.asc @@ -0,0 +1,3 @@ +[#index] +[index] += Index diff --git a/progit.asc b/progit.asc index e2fddff00..fd13f5bcc 100644 --- a/progit.asc +++ b/progit.asc @@ -35,3 +35,5 @@ include::A-git-in-other-environments.asc[] include::B-embedding-git-in-your-applications.asc[] include::C-git-commands.asc[] + +ifndef::ebook-format[include::index.asc[]]