Module Guidelines
(Difference between revisions)
(Use spaces rule added) |
(Added space between paragraphs.) |
||
Line 6: | Line 6: | ||
* '''Never''' use tabs. Use spaces instead. | * '''Never''' use tabs. Use spaces instead. | ||
+ | |||
=== DETAILS === | === DETAILS === | ||
+ | |||
=== DEPENDS === | === DEPENDS === | ||
+ | |||
=== CONFLICTS === | === CONFLICTS === | ||
+ | |||
=== CONFIGURE === | === CONFIGURE === | ||
+ | |||
=== PRE_BUILD === | === PRE_BUILD === | ||
+ | |||
=== BUILD === | === BUILD === | ||
+ | |||
=== POST_BUILD === | === POST_BUILD === | ||
+ | |||
=== POST_INSTALL === | === POST_INSTALL === | ||
+ | |||
=== PRE_REMOVE === | === PRE_REMOVE === | ||
+ | |||
=== POST_REMOVE === | === POST_REMOVE === | ||
== Definition Of Good Style == | == Definition Of Good Style == |
Revision as of 14:04, 27 August 2006
Contents |
Rules
Generic
- Never use tabs. Use spaces instead.