Re: Customizing ddoc from cmd-line

2013-01-06 Thread Peter Sommerfeld
06.01.2013 Ali Çehreli wrote>: On 01/05/2013 11:23 AM, Peter Sommerfeld wrote: > > I seem to be unable to customize DDoc from the > command line. > > Suppose the sources are in "src", docs in "doc". > Here is my command line (Win7 if that matters): > > dmd -D -Dddoc doc/my.ddoc src/main.

Re: Customizing ddoc from cmd-line

2013-01-05 Thread Ali Çehreli
On 01/05/2013 11:23 AM, Peter Sommerfeld wrote: > > I seem to be unable to customize DDoc from the > command line. > > Suppose the sources are in "src", docs in "doc". > Here is my command line (Win7 if that matters): > > dmd -D -Dddoc doc/my.ddoc src/main.d > > Nothing happens... > > What I would

Re: Customizing ddoc from cmd-line

2013-01-05 Thread Peter Sommerfeld
Am 05.01.2013, 20:23 Uhr, schrieb Peter Sommerfeld : Nothing happens... Sorry, I was imprecise. Of course, the executable as well as the html was generated but my.ddoc had no effect. Peter

Customizing ddoc from cmd-line

2013-01-05 Thread Peter Sommerfeld
I seem to be unable to customize DDoc from the command line. Suppose the sources are in "src", docs in "doc". Here is my command line (Win7 if that matters): dmd -D -Dddoc doc/my.ddoc src/main.d Nothing happens... What I would like to do is to add a style sheet as described in http://dlan