diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-07-24 19:38:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-07-24 19:38:10 +0000 |
commit | 4a47cdca9ba98e4f8f92f5e4c98338366efd8491 (patch) | |
tree | 6770d4a5d20beeb91a898dfa630d4b210eaa8e28 /el_GR.ISO8859-7 | |
parent | 988c5ce88cb2ef374136d1eb1a01c3fa407e5355 (diff) | |
download | doc-4a47cdca9ba98e4f8f92f5e4c98338366efd8491.tar.gz doc-4a47cdca9ba98e4f8f92f5e4c98338366efd8491.zip |
- Enable indexes by default; now they are not so difficult to generate
Notes
Notes:
svn path=/projects/db5/; revision=42423
Diffstat (limited to 'el_GR.ISO8859-7')
-rw-r--r-- | el_GR.ISO8859-7/articles/contributing/article.xml | 2 | ||||
-rw-r--r-- | el_GR.ISO8859-7/articles/nanobsd/article.xml | 2 | ||||
-rw-r--r-- | el_GR.ISO8859-7/articles/problem-reports/article.xml | 2 | ||||
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/Makefile | 2 | ||||
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/chapters.ent | 2 |
5 files changed, 7 insertions, 3 deletions
diff --git a/el_GR.ISO8859-7/articles/contributing/article.xml b/el_GR.ISO8859-7/articles/contributing/article.xml index 8417de73ad..8709fb6070 100644 --- a/el_GR.ISO8859-7/articles/contributing/article.xml +++ b/el_GR.ISO8859-7/articles/contributing/article.xml @@ -616,4 +616,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </sect2> </sect1> + <index/> + </article> diff --git a/el_GR.ISO8859-7/articles/nanobsd/article.xml b/el_GR.ISO8859-7/articles/nanobsd/article.xml index 30b61210e6..78f99c86ed 100644 --- a/el_GR.ISO8859-7/articles/nanobsd/article.xml +++ b/el_GR.ISO8859-7/articles/nanobsd/article.xml @@ -573,4 +573,6 @@ get _.disk.image "| sh updatep1"</userinput></screen> </sect3> </sect2> </sect1> + + <index/> </article> diff --git a/el_GR.ISO8859-7/articles/problem-reports/article.xml b/el_GR.ISO8859-7/articles/problem-reports/article.xml index 5ee2aa9f02..dde89453af 100644 --- a/el_GR.ISO8859-7/articles/problem-reports/article.xml +++ b/el_GR.ISO8859-7/articles/problem-reports/article.xml @@ -1052,4 +1052,6 @@ </listitem> </itemizedlist> </section> + + <index/> </article> diff --git a/el_GR.ISO8859-7/books/handbook/Makefile b/el_GR.ISO8859-7/books/handbook/Makefile index fe5f159acd..e791d06ba2 100644 --- a/el_GR.ISO8859-7/books/handbook/Makefile +++ b/el_GR.ISO8859-7/books/handbook/Makefile @@ -43,8 +43,6 @@ DOC?= book FORMATS?= html-split -HAS_INDEX= true - INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= diff --git a/el_GR.ISO8859-7/books/handbook/chapters.ent b/el_GR.ISO8859-7/books/handbook/chapters.ent index a7834f11a8..8ed66d1a3f 100644 --- a/el_GR.ISO8859-7/books/handbook/chapters.ent +++ b/el_GR.ISO8859-7/books/handbook/chapters.ent @@ -73,6 +73,6 @@ <!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc"> <!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml"> <!ENTITY chap.freebsd-glossary SYSTEM "../../share/xml/glossary.ent"> - <!ENTITY chap.index ""> + <!ENTITY chap.index "<index/>"> <!ENTITY chap.colophon SYSTEM "colophon.xml"> |