[Gpg4win-devel] Proposal: change way html version of manuals is managed
Jan-Oliver Wagner
jan-oliver.wagner at intevation.de
Tue Dec 4 16:08:56 CET 2007
Hello,
I'd like to introduce a new target in doc/manuals/Makefile.am:
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 ..."; \
and use the html/ direcory directly to simplify the rsync routine for the targets
"online" and "preview".
"webversion" could then be removed.
(I found "htmlversion" a more suitable name)
Best
Jan
--
Dr. Jan-Oliver Wagner Intevation GmbH, Osnabrück
Amtsgericht Osnabrück, HR B 18998 http://www.intevation.de/
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
More information about the Gpg4win-devel
mailing list