[Gpg4win-devel] Proposal: change way html version of manuals is managed

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Tue Dec 4 17:11:20 CET 2007


At Tue, 4 Dec 2007 16:08:56 +0100,
Jan-Oliver Wagner wrote:
> Index: Makefile.am
> ===================================================================
> --- Makefile.am (Revision 615)
> +++ Makefile.am (Arbeitskopie)
> @@ -108,6 +108,15 @@
>  webversion: einsteiger.html durchblicker.html novices.html
>  # advanced.html
> 
> +htmlversion: einsteiger.html durchblicker.html novices.html
> +       rm -rf html
> +       mkdir html
> +       mv einsteiger*.html durchblicker*.html novices*.html \
> +         html/
> +       cp einsteiger.css durchblicker.css \
> +         $(web_png_files) $(png_files) $(eps_files_png) gpg4win-logo.png \
> +         html/
> +
>  online: webversion
>         set -e; \
>         echo "Going to put current manuals online for www.gpg4win.org ..."; \

Just a side comment, but all the above targets and probably more
should be added as dependency to the .PHONY target for cleanliness.

Thanks,
Marcus




More information about the Gpg4win-devel mailing list