JakobOvrum / bootDoc

Theme for the DDoc documentation generator
Other
36 stars 7 forks source link

How about adding #!/usr/bin/env rdmd to generate.d #18

Closed jkm closed 12 years ago

jkm commented 12 years ago

I think is useful

 #!/usr/bin/env rdmd

to generate.d and giving it executable right. Then

$ ./bootDoc/generate.d

will work. Maybe even better add a file named bootdoc.d. If I add the folder to my PATH I can to ./bootdoc.d.

What do you think?

JakobOvrum commented 12 years ago

Fixed in #21.

As for your note on the side, maybe renaming generate.d to bootdoc.d is a good idea?