浏览代码

manual: cleanup and update editor tags

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Samuel Martin 12 年之前
父节点
当前提交
3edb0271db
共有 45 个文件被更改,包括 60 次插入15 次删除
  1. 1 0
      docs/manual/adding-packages-autotools.txt
  2. 1 0
      docs/manual/adding-packages-cmake.txt
  3. 1 0
      docs/manual/adding-packages-conclusion.txt
  4. 1 0
      docs/manual/adding-packages-directory.txt
  5. 1 0
      docs/manual/adding-packages-generic.txt
  6. 1 0
      docs/manual/adding-packages-gettext.txt
  7. 1 0
      docs/manual/adding-packages-tips.txt
  8. 2 1
      docs/manual/adding-packages.txt
  9. 1 0
      docs/manual/advanced.txt
  10. 1 0
      docs/manual/appendix.txt
  11. 1 0
      docs/manual/beyond-buildroot.txt
  12. 2 1
      docs/manual/ccache-support.txt
  13. 1 0
      docs/manual/common-usage.txt
  14. 2 1
      docs/manual/configure.txt
  15. 1 0
      docs/manual/contribute.txt
  16. 2 1
      docs/manual/customize-busybox-config.txt
  17. 2 1
      docs/manual/customize-kernel-config.txt
  18. 2 1
      docs/manual/customize-rootfs.txt
  19. 2 1
      docs/manual/customize-store.txt
  20. 2 1
      docs/manual/customize-toolchain.txt
  21. 2 1
      docs/manual/customize-uclibc-config.txt
  22. 1 0
      docs/manual/customize.txt
  23. 1 0
      docs/manual/developer-guide.txt
  24. 2 1
      docs/manual/download-infra.txt
  25. 1 0
      docs/manual/download-location.txt
  26. 1 0
      docs/manual/eclipse-integration.txt
  27. 1 0
      docs/manual/faq-troubleshooting.txt
  28. 1 0
      docs/manual/get-involved.txt
  29. 2 1
      docs/manual/getting.txt
  30. 1 0
      docs/manual/going-further.txt
  31. 1 0
      docs/manual/how-buildroot-works.txt
  32. 1 0
      docs/manual/introduction.txt
  33. 1 0
      docs/manual/legal-notice.txt
  34. 2 1
      docs/manual/make-tips.txt
  35. 2 1
      docs/manual/makedev-syntax.txt
  36. 1 0
      docs/manual/manual.txt
  37. 1 0
      docs/manual/package-make-target.txt
  38. 1 0
      docs/manual/patch-policy.txt
  39. 2 1
      docs/manual/prerequisite.txt
  40. 2 1
      docs/manual/rebuilding-packages.txt
  41. 1 0
      docs/manual/starting-up.txt
  42. 1 0
      docs/manual/using-buildroot-toolchain.txt
  43. 1 0
      docs/manual/using.txt
  44. 1 0
      docs/manual/working-with.txt
  45. 1 0
      docs/manual/writing-rules.txt

+ 1 - 0
docs/manual/adding-packages-autotools.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Infrastructure for autotools-based packages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/adding-packages-cmake.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Infrastructure for CMake-based packages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/adding-packages-conclusion.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Conclusion
 ~~~~~~~~~~

+ 1 - 0
docs/manual/adding-packages-directory.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Package directory
 ~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/adding-packages-generic.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Infrastructure for packages with specific build systems
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/adding-packages-gettext.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Gettext integration and interaction with packages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/adding-packages-tips.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Tips and tricks
 ~~~~~~~~~~~~~~~

+ 2 - 1
docs/manual/adding-packages.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[adding-packages]]
 Adding new packages to Buildroot

+ 1 - 0
docs/manual/advanced.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Advanced usage
 --------------

+ 1 - 0
docs/manual/appendix.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Appendix
 ========

+ 1 - 0
docs/manual/beyond-buildroot.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Beyond Buildroot
 ================

+ 2 - 1
docs/manual/ccache-support.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[ccache]]
 Using +ccache+ in Buildroot

+ 1 - 0
docs/manual/common-usage.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Daily use
 ---------

+ 2 - 1
docs/manual/configure.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[configure]]
 Details on Buildroot configuration

+ 1 - 0
docs/manual/contribute.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Contibuting to Buildroot
 ========================

+ 2 - 1
docs/manual/customize-busybox-config.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[busybox-custom]]
 Customizing the Busybox configuration

+ 2 - 1
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

+ 2 - 1
docs/manual/customize-rootfs.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[rootfs-custom]]
 Customizing the generated target filesystem

+ 2 - 1
docs/manual/customize-store.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*-
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[customize-store]]
 Storing the configuration

+ 2 - 1
docs/manual/customize-toolchain.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[toolchain-custom]]
 Customizing the toolchain

+ 2 - 1
docs/manual/customize-uclibc-config.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[uclibc-custom]]
 Customizing the uClibc configuration

+ 1 - 0
docs/manual/customize.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Customization
 -------------

+ 1 - 0
docs/manual/developer-guide.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Developer Guidelines
 ====================

+ 2 - 1
docs/manual/download-infra.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[download-infra]]
 

+ 1 - 0
docs/manual/download-location.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Location of downloaded packages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/eclipse-integration.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Integration with Eclipse
 ------------------------

+ 1 - 0
docs/manual/faq-troubleshooting.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Frequently Asked Questions & Troubleshooting
 ============================================

+ 1 - 0
docs/manual/get-involved.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Getting involved
 ================

+ 2 - 1
docs/manual/getting.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[getting-buildroot]]
 Getting Buildroot

+ 1 - 0
docs/manual/going-further.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Going further in Buildroot's innards
 ====================================

+ 1 - 0
docs/manual/how-buildroot-works.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 How Buildroot works
 -------------------

+ 1 - 0
docs/manual/introduction.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 About Buildroot
 ===============

+ 1 - 0
docs/manual/legal-notice.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[legal-info]]
 

+ 2 - 1
docs/manual/make-tips.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[make-tips]]
 'make' tips

+ 2 - 1
docs/manual/makedev-syntax.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[makedev-syntax]]
 Makedev syntax documentation

+ 1 - 0
docs/manual/manual.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 The Buildroot user manual
 =========================

+ 1 - 0
docs/manual/package-make-target.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[pkg-build-steps]]
 

+ 1 - 0
docs/manual/patch-policy.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[patch-policy]]
 

+ 2 - 1
docs/manual/prerequisite.txt

@@ -1,4 +1,5 @@
-// -*- mode:doc -*- ;
+// -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 [[requirement]]
 System requirements

+ 2 - 1
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

+ 1 - 0
docs/manual/starting-up.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Starting up
 ===========

+ 1 - 0
docs/manual/using-buildroot-toolchain.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Using the generated toolchain outside Buildroot
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ 1 - 0
docs/manual/using.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Using Buildroot
 ---------------

+ 1 - 0
docs/manual/working-with.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Working with Buildroot
 ======================

+ 1 - 0
docs/manual/writing-rules.txt

@@ -1,4 +1,5 @@
 // -*- mode:doc; -*-
+// vim: set syntax=asciidoc:
 
 Coding style
 ------------