Re: [AD] SF.net SVN: alleg:[11579] allegro/branches/4.9 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2009-02-10, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
> > Modified: allegro/branches/4.9/misc/zipup.sh
> > ===================================================================
> > --- allegro/branches/4.9/misc/zipup.sh 2009-02-08 17:35:26 UTC (rev 11578)
> > +++ allegro/branches/4.9/misc/zipup.sh 2009-02-09 08:22:22 UTC (rev 11579)
> > @@ -182,9 +182,9 @@
> > mkdir $builddir
> > ( cd $builddir
> > cmake ..
> > - make docs
> > + make docs html
>
> "make docs html" doesn't seem to work. what is it supposed to be?
Works here.
% make docs html
[ 0%] Generating html/changes-4.9.html
[100%] Built target docs
[ 0%] Generating inc.z.html
[ 0%] Generating inc.a.html
[ 0%] Generating color.html
[ 0%] Generating config.html
[ 0%] Generating display.html
[ 0%] Generating events.html
[ 0%] Generating font.html
[ 0%] Generating fshook.html
[ 0%] Generating graphics.html
[ 0%] Generating iio.html
[ 0%] Generating joystick.html
[ 0%] Generating kcm_audio.html
[ 0%] Generating keyboard.html
[ 0%] Generating memory.html
[ 0%] Generating mouse.html
[ 0%] Generating opengl.html
[ 0%] Generating path.html
[ 0%] Generating primitives.html
[ 0%] Generating state.html
[ 0%] Generating system.html
[ 0%] Generating threads.html
[ 0%] Generating time.html
[ 0%] Generating timer.html
[ 0%] Generating utf8.html
[ 0%] Generating index.html
[100%] Built target html
Peter