summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/adding-packages-autotools.txt1
-rw-r--r--docs/manual/adding-packages-cmake.txt1
-rw-r--r--docs/manual/adding-packages-conclusion.txt1
-rw-r--r--docs/manual/adding-packages-directory.txt1
-rw-r--r--docs/manual/adding-packages-generic.txt1
-rw-r--r--docs/manual/adding-packages-gettext.txt1
-rw-r--r--docs/manual/adding-packages-tips.txt1
-rw-r--r--docs/manual/adding-packages.txt3
-rw-r--r--docs/manual/advanced.txt1
-rw-r--r--docs/manual/appendix.txt1
-rw-r--r--docs/manual/beyond-buildroot.txt1
-rw-r--r--docs/manual/ccache-support.txt3
-rw-r--r--docs/manual/common-usage.txt1
-rw-r--r--docs/manual/configure.txt3
-rw-r--r--docs/manual/contribute.txt1
-rw-r--r--docs/manual/customize-busybox-config.txt3
-rw-r--r--docs/manual/customize-kernel-config.txt3
-rw-r--r--docs/manual/customize-rootfs.txt3
-rw-r--r--docs/manual/customize-store.txt3
-rw-r--r--docs/manual/customize-toolchain.txt3
-rw-r--r--docs/manual/customize-uclibc-config.txt3
-rw-r--r--docs/manual/customize.txt1
-rw-r--r--docs/manual/developer-guide.txt1
-rw-r--r--docs/manual/download-infra.txt3
-rw-r--r--docs/manual/download-location.txt1
-rw-r--r--docs/manual/eclipse-integration.txt1
-rw-r--r--docs/manual/faq-troubleshooting.txt1
-rw-r--r--docs/manual/get-involved.txt1
-rw-r--r--docs/manual/getting.txt3
-rw-r--r--docs/manual/going-further.txt1
-rw-r--r--docs/manual/how-buildroot-works.txt1
-rw-r--r--docs/manual/introduction.txt1
-rw-r--r--docs/manual/legal-notice.txt1
-rw-r--r--docs/manual/make-tips.txt3
-rw-r--r--docs/manual/makedev-syntax.txt3
-rw-r--r--docs/manual/manual.txt1
-rw-r--r--docs/manual/package-make-target.txt1
-rw-r--r--docs/manual/patch-policy.txt1
-rw-r--r--docs/manual/prerequisite.txt3
-rw-r--r--docs/manual/rebuilding-packages.txt3
-rw-r--r--docs/manual/starting-up.txt1
-rw-r--r--docs/manual/using-buildroot-toolchain.txt1
-rw-r--r--docs/manual/using.txt1
-rw-r--r--docs/manual/working-with.txt1
-rw-r--r--docs/manual/writing-rules.txt1
45 files changed, 60 insertions, 15 deletions
diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index 84d76f929d..5a0d27f065 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Infrastructure for autotools-based packages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/adding-packages-cmake.txt b/docs/manual/adding-packages-cmake.txt
index bb1705bfd9..44c38e90b0 100644
--- a/docs/manual/adding-packages-cmake.txt
+++ b/docs/manual/adding-packages-cmake.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Infrastructure for CMake-based packages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/adding-packages-conclusion.txt b/docs/manual/adding-packages-conclusion.txt
index 0f6f0ca0aa..8e1b2c6a73 100644
--- a/docs/manual/adding-packages-conclusion.txt
+++ b/docs/manual/adding-packages-conclusion.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Conclusion
~~~~~~~~~~
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index cc68497108..6296596d7e 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Package directory
~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 78df24ade9..74d379b1c4 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Infrastructure for packages with specific build systems
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/adding-packages-gettext.txt b/docs/manual/adding-packages-gettext.txt
index 58fd98d4ec..98c994cdaf 100644
--- a/docs/manual/adding-packages-gettext.txt
+++ b/docs/manual/adding-packages-gettext.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Gettext integration and interaction with packages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
index acdee40e7f..21e520bcde 100644
--- a/docs/manual/adding-packages-tips.txt
+++ b/docs/manual/adding-packages-tips.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Tips and tricks
~~~~~~~~~~~~~~~
diff --git a/docs/manual/adding-packages.txt b/docs/manual/adding-packages.txt
index b909d47a83..0123b32f8b 100644
--- a/docs/manual/adding-packages.txt
+++ b/docs/manual/adding-packages.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[adding-packages]]
Adding new packages to Buildroot
diff --git a/docs/manual/advanced.txt b/docs/manual/advanced.txt
index 314d300987..764b71a5c7 100644
--- a/docs/manual/advanced.txt
+++ b/docs/manual/advanced.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Advanced usage
--------------
diff --git a/docs/manual/appendix.txt b/docs/manual/appendix.txt
index 6f1e9f3617..ef34169f84 100644
--- a/docs/manual/appendix.txt
+++ b/docs/manual/appendix.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Appendix
========
diff --git a/docs/manual/beyond-buildroot.txt b/docs/manual/beyond-buildroot.txt
index a87b584aa8..a0d4af0a74 100644
--- a/docs/manual/beyond-buildroot.txt
+++ b/docs/manual/beyond-buildroot.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Beyond Buildroot
================
diff --git a/docs/manual/ccache-support.txt b/docs/manual/ccache-support.txt
index 95cd662033..4969180a29 100644
--- a/docs/manual/ccache-support.txt
+++ b/docs/manual/ccache-support.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[ccache]]
Using +ccache+ in Buildroot
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index 5566a39b02..c7f511ad70 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Daily use
---------
diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt
index 65e0eeb2f8..86cb17386f 100644
--- a/docs/manual/configure.txt
+++ b/docs/manual/configure.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[configure]]
Details on Buildroot configuration
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index a33aab2afd..9425effdd3 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Contibuting to Buildroot
========================
diff --git a/docs/manual/customize-busybox-config.txt b/docs/manual/customize-busybox-config.txt
index fe9cddaad5..981d534af7 100644
--- a/docs/manual/customize-busybox-config.txt
+++ b/docs/manual/customize-busybox-config.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[busybox-custom]]
Customizing the Busybox configuration
diff --git a/docs/manual/customize-kernel-config.txt b/docs/manual/customize-kernel-config.txt
index 107227040b..a2d31ed849 100644
--- a/docs/manual/customize-kernel-config.txt
+++ b/docs/manual/customize-kernel-config.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[kernel-custom]]
Customizing the Linux kernel configuration
diff --git a/docs/manual/customize-rootfs.txt b/docs/manual/customize-rootfs.txt
index b1662cb797..4a4d620d34 100644
--- a/docs/manual/customize-rootfs.txt
+++ b/docs/manual/customize-rootfs.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[rootfs-custom]]
Customizing the generated target filesystem
diff --git a/docs/manual/customize-store.txt b/docs/manual/customize-store.txt
index 63ea82dcf9..d770f0eefb 100644
--- a/docs/manual/customize-store.txt
+++ b/docs/manual/customize-store.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*-
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[customize-store]]
Storing the configuration
diff --git a/docs/manual/customize-toolchain.txt b/docs/manual/customize-toolchain.txt
index 2b244120bd..4397979567 100644
--- a/docs/manual/customize-toolchain.txt
+++ b/docs/manual/customize-toolchain.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[toolchain-custom]]
Customizing the toolchain
diff --git a/docs/manual/customize-uclibc-config.txt b/docs/manual/customize-uclibc-config.txt
index 38a1575a52..7fd20f706b 100644
--- a/docs/manual/customize-uclibc-config.txt
+++ b/docs/manual/customize-uclibc-config.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[uclibc-custom]]
Customizing the uClibc configuration
diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt
index a13ba8f3e6..3b1a5a7342 100644
--- a/docs/manual/customize.txt
+++ b/docs/manual/customize.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Customization
-------------
diff --git a/docs/manual/developer-guide.txt b/docs/manual/developer-guide.txt
index 5002897077..43272f5676 100644
--- a/docs/manual/developer-guide.txt
+++ b/docs/manual/developer-guide.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Developer Guidelines
====================
diff --git a/docs/manual/download-infra.txt b/docs/manual/download-infra.txt
index 63908adadc..fe031a640e 100644
--- a/docs/manual/download-infra.txt
+++ b/docs/manual/download-infra.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[download-infra]]
diff --git a/docs/manual/download-location.txt b/docs/manual/download-location.txt
index 36a13562ef..4aa8cead3e 100644
--- a/docs/manual/download-location.txt
+++ b/docs/manual/download-location.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Location of downloaded packages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/eclipse-integration.txt b/docs/manual/eclipse-integration.txt
index 3d8179fa6a..d1a42cf074 100644
--- a/docs/manual/eclipse-integration.txt
+++ b/docs/manual/eclipse-integration.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Integration with Eclipse
------------------------
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt
index 5d9531b121..f91a8ef504 100644
--- a/docs/manual/faq-troubleshooting.txt
+++ b/docs/manual/faq-troubleshooting.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Frequently Asked Questions & Troubleshooting
============================================
diff --git a/docs/manual/get-involved.txt b/docs/manual/get-involved.txt
index 59ddd711b4..8515d34dc1 100644
--- a/docs/manual/get-involved.txt
+++ b/docs/manual/get-involved.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Getting involved
================
diff --git a/docs/manual/getting.txt b/docs/manual/getting.txt
index a51caa0e78..6b2a824f9d 100644
--- a/docs/manual/getting.txt
+++ b/docs/manual/getting.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[getting-buildroot]]
Getting Buildroot
diff --git a/docs/manual/going-further.txt b/docs/manual/going-further.txt
index 070e0a33a1..d3f183037a 100644
--- a/docs/manual/going-further.txt
+++ b/docs/manual/going-further.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Going further in Buildroot's innards
====================================
diff --git a/docs/manual/how-buildroot-works.txt b/docs/manual/how-buildroot-works.txt
index ec08f9520a..68ddd13793 100644
--- a/docs/manual/how-buildroot-works.txt
+++ b/docs/manual/how-buildroot-works.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
How Buildroot works
-------------------
diff --git a/docs/manual/introduction.txt b/docs/manual/introduction.txt
index a567cec64a..c014565ab1 100644
--- a/docs/manual/introduction.txt
+++ b/docs/manual/introduction.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
About Buildroot
===============
diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt
index 0f30234b2e..51292f6d3e 100644
--- a/docs/manual/legal-notice.txt
+++ b/docs/manual/legal-notice.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[legal-info]]
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt
index 8cd77c030f..b4a9c123da 100644
--- a/docs/manual/make-tips.txt
+++ b/docs/manual/make-tips.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[make-tips]]
'make' tips
diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
index 27517b3b94..2c985312b4 100644
--- a/docs/manual/makedev-syntax.txt
+++ b/docs/manual/makedev-syntax.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[makedev-syntax]]
Makedev syntax documentation
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index c34e0ca46e..ffb6fb93ef 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
The Buildroot user manual
=========================
diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
index 7374957b8c..dc9d31072e 100644
--- a/docs/manual/package-make-target.txt
+++ b/docs/manual/package-make-target.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[pkg-build-steps]]
diff --git a/docs/manual/patch-policy.txt b/docs/manual/patch-policy.txt
index 9bc6537ca5..78ac5b645a 100644
--- a/docs/manual/patch-policy.txt
+++ b/docs/manual/patch-policy.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[patch-policy]]
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 21e46273d8..5a9d049e02 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[requirement]]
System requirements
diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt
index d6a77a7fcf..044c908962 100644
--- a/docs/manual/rebuilding-packages.txt
+++ b/docs/manual/rebuilding-packages.txt
@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
[[full-rebuild]]
Understanding when a full rebuild is necessary
diff --git a/docs/manual/starting-up.txt b/docs/manual/starting-up.txt
index 2999fd4888..7326f60c77 100644
--- a/docs/manual/starting-up.txt
+++ b/docs/manual/starting-up.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Starting up
===========
diff --git a/docs/manual/using-buildroot-toolchain.txt b/docs/manual/using-buildroot-toolchain.txt
index 750fa99483..b4db686256 100644
--- a/docs/manual/using-buildroot-toolchain.txt
+++ b/docs/manual/using-buildroot-toolchain.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Using the generated toolchain outside Buildroot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/manual/using.txt b/docs/manual/using.txt
index 857aa333b3..de29ad6b57 100644
--- a/docs/manual/using.txt
+++ b/docs/manual/using.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Using Buildroot
---------------
diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt
index fb6bc40e3b..b69d1e2928 100644
--- a/docs/manual/working-with.txt
+++ b/docs/manual/working-with.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Working with Buildroot
======================
diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
index f6382b56dc..c9816a4402 100644
--- a/docs/manual/writing-rules.txt
+++ b/docs/manual/writing-rules.txt
@@ -1,4 +1,5 @@
// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
Coding style
------------
OpenPOWER on IntegriCloud