master
Joey Hess 2011-03-22 14:48:08 -04:00
parent 02fa4a85d3
commit 76264920b0
1 changed files with 5 additions and 0 deletions

View File

@ -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]]