[QGIS Commit] r8889 - in docs/trunk/english_us/user_guide: .
plugins_grass_module_images
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Jul 23 16:31:46 EDT 2008
Author: taraathan
Date: 2008-07-23 16:31:46 -0400 (Wed, 23 Jul 2008)
New Revision: 8889
Modified:
docs/trunk/english_us/user_guide/Makefile
docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile
Log:
modifications to deal with missing plugin icons and no screenies yet
Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile 2008-07-23 20:20:07 UTC (rev 8888)
+++ docs/trunk/english_us/user_guide/Makefile 2008-07-23 20:31:46 UTC (rev 8889)
@@ -61,21 +61,31 @@
# make pics
pics:
- (cd ./grass_integration_images && make)
-# (cd ./help_and_support_images && make)
(cd ./images && make)
- (cd ./map_composer_images && make)
- (cd ./plugins_gps_images && make)
- (cd ./working_with_projections_images && make)
- (cd ./working_with_ogc_images && make)
- (cd ./plugins_delimited_text_images && make)
- (cd ./plugins_python_images && make)
- (cd ./mapserver_export_images && make)
- (cd ./creating_applications_images && make)
- (cd ./plugins_decorations_images && make)
- (cd ./plugins_graticule_creator_images && make)
- (cd ./plugins_georeferencer_images && make)
+# (cd ./plugins_add_wfs_layer_images && make)
+# (cd ./plugins_decorations_images && make)
+# (cd ./plugins_delimited_text_images && make)
+# (cd ./plugins_geoprocessing_images && make)
+# (cd ./plugins_georeferencer_images && make)
+# (cd ./plugins_gps_images && make)
(cd ./plugins_grass_module_images && make)
+# (cd ./plugins_graticule_creator_images && make)
+# (cd ./plugins_installer_images && make)
+# (cd ./plugins_mapserver_export_images && make)
+# (cd ./plugins_quick_print_images && make)
+# (cd ./plugins_spit_images && make)
+# (cd ./plugins_python_images && make)
+# (cd ./getting_started_screenies && make)
+# (cd ./working_with_vector_screenies && make)
+# (cd ./working_with_raster_screenies && make)
+# (cd ./working_with_ogc_screenies && make)
+# (cd ./working_with_projections_screenies && make)
+# (cd ./grass_integration_screenies && make)
+# (cd ./map_composer_screenies && make)
+# (cd ./map_server_export_screenies && make)
+# (cd ./creating_applications_screenies && make)
+# (cd ./help_and_support_screenies && make)
+# (cd ./plugins_screenies && make)
# make html
# requires: latex2html oder tex4ht
@@ -96,18 +106,28 @@
(cd ./appendices && rm -f *.aux)
cleanpics:
- (cd ./grass_integration_images && make clean)
-# (cd ./help_and_support_images && make clean)
(cd ./images && make clean)
- (cd ./map_composer_images && make clean)
- (cd ./plugins_gps_images && make clean)
- (cd ./working_with_projections_images && make clean)
+ (cd ./plugins_add_wfs_layer_images && make clean)
+ (cd ./plugins_decorations_images && make clean)
(cd ./plugins_delimited_text_images && make clean)
- (cd ./working_with_ogc_images && make clean)
- (cd ./plugins_python_images && make clean)
- (cd ./mapserver_export_images && make clean)
- (cd ./creating_applications_images && make clean)
- (cd ./plugins_decorations_images && make clean)
- (cd ./plugins_graticule_creator_images && make clean)
+ (cd ./plugins_geoprocessing_images && make clean)
(cd ./plugins_georeferencer_images && make clean)
+ (cd ./plugins_gps_images && make clean)
(cd ./plugins_grass_module_images && make clean)
+ (cd ./plugins_graticule_creator_images && make clean)
+ (cd ./plugins_installer_images && make clean)
+ (cd ./plugins_mapserver_export_images && make clean)
+ (cd ./plugins_quick_print_images && make clean)
+ (cd ./plugins_spit_images && make clean)
+ (cd ./plugins_python_images && make clean)
+ (cd ./getting_started_screenies && make clean)
+ (cd ./working_with_vector_screenies && make clean)
+ (cd ./working_with_raster_screenies && make clean)
+ (cd ./working_with_ogc_screenies && make clean)
+ (cd ./working_with_projections_screenies && make clean)
+ (cd ./grass_integration_screenies && make clean)
+ (cd ./map_composer_screenies && make clean)
+ (cd ./map_server_export_screenies && make clean)
+ (cd ./creating_applications_screenies && make clean)
+ (cd ./help_and_support_screenies && make clean)
+ (cd ./plugins_screenies && make clean)
Modified: docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile 2008-07-23 20:20:07 UTC (rev 8888)
+++ docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile 2008-07-23 20:31:46 UTC (rev 8889)
@@ -11,7 +11,7 @@
# JPG=qgis_icon_new_verylarge.eps\
# nextfile.eps
-#PNG=nviz.1.eps\
+PNG=nviz.1.eps\
##### TARGETS #####
More information about the QGIS-commit
mailing list