projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db7983c
)
enable prefix_directives by default
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 23 Dec 2008 21:24:43 +0000
(16:24 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 23 Dec 2008 21:24:43 +0000
(16:24 -0500)
IkiWiki.pm
patch
|
blob
|
history
auto.setup
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 6747a3ba45b7bf11bfec18319f85c7963a82c7c9..127c9e5d7c98f11ded3541eb52a6d8161bce0a54 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-194,7
+194,7
@@
sub getsetup () {
},
prefix_directives => {
type => "boolean",
- default =>
0
,
+ default =>
1
,
description => "use '!'-prefixed preprocessor directives?",
safe => 0, # changing requires manual transition
rebuild => 1,
diff --git
a/auto.setup
b/auto.setup
index ef0f1723c9e48be1937ab9e1886a6074c405b15d..9cf5e7725ede534f1d5e16c1d7f06a8064156ed0 100644
(file)
--- a/
auto.setup
+++ b/
auto.setup
@@
-40,6
+40,5
@@
IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
- prefix_directives => 1,
hardlink => 1,
)