diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-22 14:48:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 14:48:08 -0400 |
commit | 76264920b0a4543577a69475d7ef88557554c135 (patch) | |
tree | bd6e6651447fcc95e51fd4df47df56fc2b10817f /doc/forum | |
parent | 02fa4a85d3ae38142adad3c9c00968475609e451 (diff) |
response
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/Apache_XBitHack.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/Apache_XBitHack.mdwn b/doc/forum/Apache_XBitHack.mdwn index db15da52d..d5da0825e 100644 --- a/doc/forum/Apache_XBitHack.mdwn +++ b/doc/forum/Apache_XBitHack.mdwn @@ -21,3 +21,8 @@ I gather from the [[security]] page that having the executable bit set on files >> Or is there a way to say "tell me all the generated files that end in .html" and use that as a list to start from? >> --[[KathrynAndersen]] + +>>> Yes, the `change` hook is passed the names of source files that got +>>> built. Use `pagetype` to check which got htmlized (and filter out ones +>>> that got copied), and then use `htmlpage` to get the name of the html +>>> file that was generated, and chmod it. --[[Joey]] |