Re: [AD] SF.net SVN: alleg:[11579] allegro/branches/4.9 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] SF.net SVN: alleg:[11579] allegro/branches/4.9
- From: Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx>
- Date: Tue, 10 Feb 2009 03:09:03 -0700
On February 9, 2009, tjaden@xxxxxxxxxx wrote:
> Revision: 11579
> http://alleg.svn.sourceforge.net/alleg/?rev=11579&view=rev
> Author: tjaden
> Date: 2009-02-09 08:22:22 +0000 (Mon, 09 Feb 2009)
>
> Log Message:
> -----------
> Include pandoc generated HTML documentation in releases.
> Don't need Natural Docs.
>
> Modified Paths:
> --------------
> allegro/branches/4.9/docs/CMakeLists.txt
> allegro/branches/4.9/misc/zipup.sh
>
> Modified: allegro/branches/4.9/docs/CMakeLists.txt
> ===================================================================
> --- allegro/branches/4.9/docs/CMakeLists.txt 2009-02-08 17:35:26 UTC (rev
> 11578) +++ allegro/branches/4.9/docs/CMakeLists.txt 2009-02-09 08:22:22 UTC
> (rev 11579) @@ -91,11 +91,6 @@
> txt/changes-4.9.txt
> )
> endif(MAKEINFO)
> - pandoc(
> - src/refman/threads.txt
> - html/refman/threads.html
> - -c pandoc.css
> - )
> endif(PANDOC)
>
> add_custom_target(docs
>
> 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?
> mv docs/txt/changes-4.9.txt ../CHANGES-4.9.txt
> - mv docs/html ../docs/html
> + mv docs/src/refman/*.{html,css} ../docs/html
> ) || exit 1
> rm -rf $builddir
> else
> @@ -193,16 +193,16 @@
>
>
> # generate NaturalDocs documentation
> -if which NaturalDocs >/dev/null
> -then
> - echo "Generating NaturalDocs..."
> - ( cd docs/naturaldocs
> - make clean
> - make public
> - ) || exit 1
> -else
> - echo "WARNING: NaturalDocs not found, skipping step" 1>&2
> -fi
> +# if which NaturalDocs >/dev/null
> +# then
> +# echo "Generating NaturalDocs..."
> +# ( cd docs/naturaldocs
> +# make clean
> +# make public
> +# ) || exit 1
> +# else
> +# echo "WARNING: NaturalDocs not found, skipping step" 1>&2
> +# fi
>
>
> # create language.dat and keyboard.dat files
>
>
> This was sent by the SourceForge.net collaborative development platform,
> the world's largest Open Source development site.
>
> ---------------------------------------------------------------------------
>--- Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing
> skills and code to build responsive, highly engaging applications that
> combine the power of local resources and data with the reach of the web.
> Download the Adobe AIR SDK and Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com
> _______________________________________________
> Alleg-commits mailing list
> Alleg-commits@xxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/alleg-commits
--
Thomas Fjellstrom
tfjellstrom@xxxxxxxxxx