to link index.html.
devhtml:
@echo "Making developers html"
- ./translate_images.pl --from_meaningful_names developers.html
+ @./translate_images.pl --from_meaningful_names developers.html
@cp -fp ${IMAGES}/*.eps .
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
- developers >/dev/null
- ./translate_images.pl --to_meaningful_names developers.html
+ -init_file latex2html-init.pl developers >/dev/null
+ @echo
+ @./translate_images.pl --to_meaningful_names developers.html
@rm -f *.eps *.gif *.jpg *.old
devweb:
@echo "Making developers web"
@mkdir -p developers
- ./translate_images.pl --from_meaningful_names developers/Developers_Guide.html
+ @./translate_images.pl --from_meaningful_names developers/Developers_Guide.html
@rm -f developers/*.html
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
@cp -fp ${IMAGES}/*.eps developers/
@rm -f developers/next.eps developers/next.png developers/prev.eps developers/prev.png developers/up.eps developers/up.png
- latex2html -split 5 -local_icons -t "Developer's Guide" -long_titles 4 \
+ latex2html -split 5 -local_icons -t "Developer's Guide" -init_file latex2html-init.pl -long_titles 4 \
-contents_in_nav -toc_stars -white -notransparent developers >/dev/null
- ./translate_images.pl --to_meaningful_names developers/Developers_Guide.html
- @cp -f developers/Developers_Guide.html developers/index.html
+ @echo
+ @./translate_images.pl --to_meaningful_names developers/Developers_Guide.html
@rm -f *.eps *.gif *.jpg developers/*.eps *.old
texcheck:
--- /dev/null
+# This file serves as a place to put initialization code and constants to
+# affect the behavior of latex2html for generating the bacula manuals.
+
+# $LINKPOINT specifies what filename to use to link to when creating
+# index.html. Not that this is a hard link.
+$LINKPOINT='"$OVERALL_TITLE"';
+
+
+# The following must be the last line of this file.
+1;
html:
@echo "Making html"
- ./translate_images.pl --from_meaningful_names bacula.html
+ @./translate_images.pl --from_meaningful_names bacula.html
@cp -fp ${IMAGES}/*.eps .
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
- bacula >/dev/null
- ./translate_images.pl --to_meaningful_names bacula.html
+ -init_file latex2html-init.pl bacula >/dev/null
+ @echo
+ @./translate_images.pl --to_meaningful_names bacula.html
@rm -f *.eps *.gif *.jpg *.old
devhtml:
web:
@echo "Making web"
@mkdir -p bacula
- ./translate_images.pl --from_meaningful_names bacula/Bacula_Users_Guide.html
+ @./translate_images.pl --from_meaningful_names bacula/Bacula_Users_Guide.html
@rm -rf bacula/*.html
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
@cp -fp ${IMAGES}/*.eps *.txt bacula
@rm -f bacula/next.eps bacula/next.png bacula/prev.eps bacula/prev.png bacula/up.eps bacula/up.png
latex2html -split 4 -local_icons -t "Bacula User's Guide" -long_titles 4 \
- -toc_stars -contents_in_nav -white -notransparent bacula >/dev/null
- ./translate_images.pl --to_meaningful_names bacula/Bacula_Users_Guide.html
- @cp -f bacula/Bacula_Users_Guide.html bacula/index.html
+ -toc_stars -init_file latex2html-init.pl -contents_in_nav -white -notransparent bacula >/dev/null
+ @echo
+ @./translate_images.pl --to_meaningful_names bacula/Bacula_Users_Guide.html
@rm -f *.eps *.gif *.jpg bacula/*.eps *.old
devweb:
--- /dev/null
+# This file serves as a place to put initialization code and constants to
+# affect the behavior of latex2html for generating the bacula manuals.
+
+# $LINKPOINT specifies what filename to use to link to when creating
+# index.html. Not that this is a hard link.
+$LINKPOINT='"$OVERALL_TITLE"';
+
+
+# The following must be the last line of this file.
+1;
html:
@echo "Making html"
- ./translate_images.pl --from_meaningful_names bacula.html
+ @./translate_images.pl --from_meaningful_names bacula.html
@cp -fp ${IMAGES}/*.eps .
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
- bacula >/dev/null
- ./translate_images.pl --to_meaningful_names bacula.html
+ -init_file latex2html-init.pl bacula >/dev/null
+ @echo
+ @./translate_images.pl --to_meaningful_names bacula.html
@rm -f *.eps *.gif *.jpg
devhtml:
web:
@echo "Making web"
@mkdir -p bacula
- ./translate_images.pl --from_meaningful_names bacula/Bacula_Users_Guide.html
+ @./translate_images.pl --from_meaningful_names bacula/Bacula_Users_Guide.html
@rm -rf bacula/*.html
@cp -fp ${IMAGES}/*.eps .
@rm -f next.eps next.png prev.eps prev.png up.eps up.png
-# @cp -fp ${IMAGES}/*.eps ${IMAGES}/*.png *.txt bacula
@cp -fp ${IMAGES}/*.eps *.txt bacula
@rm -f bacula/next.eps bacula/next.png bacula/prev.eps bacula/prev.png bacula/up.eps bacula/up.png
latex2html -split 4 -local_icons -t "Bacula User's Guide" -long_titles 4 \
- -toc_stars -contents_in_nav -white -notransparent bacula >/dev/null
- ./translate_images.pl --to_meaningful_names bacula/Bacula_Users_Guide.html
- @cp -f bacula/Bacula_Users_Guide.html bacula/index.html
+ -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent bacula >/dev/null
+ @echo
+ @./translate_images.pl --to_meaningful_names bacula/Bacula_Users_Guide.html
@cp -f bacula/Bacula_Freque_Asked_Questi.html bacula/faq.html
@rm -f *.eps *.gif *.jpg bacula/*.eps *.old
--- /dev/null
+# This file serves as a place to put initialization code and constants to
+# affect the behavior of latex2html for generating the bacula manuals.
+
+# $LINKPOINT specifies what filename to use to link to when creating
+# index.html. Not that this is a hard link.
+$LINKPOINT='"$OVERALL_TITLE"';
+
+
+# The following must be the last line of this file.
+1;