summaryrefslogtreecommitdiffstats
path: root/rules/joe.in
diff options
context:
space:
mode:
authorHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
committerHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
commit17df9f2c792259af0074adf384745903c2b972a4 (patch)
tree9b233de816eef1a7b52ba2735962f7b559d66406 /rules/joe.in
parente77d46edfa498ea6b9e482eed2f9a4783fb8d66d (diff)
downloadptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.gz
ptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.xz
* change bool to tristate .in Files from H to M
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/joe.in')
-rw-r--r--rules/joe.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/joe.in b/rules/joe.in
index bba0735ae..c0e4c8491 100644
--- a/rules/joe.in
+++ b/rules/joe.in
@@ -1,13 +1,16 @@
config JOE
- bool
+ tristate
prompt "joe"
help
Joe is a simple editor which uses the old wordstar commands.
+if JOE
+
config JOE_SYNTAX_HIGHLIGHT
bool
default y
prompt "Install syntax hilighting patterns"
- depends on JOE
help
This option will install the syntax highlighting for joe
+
+endif