Skip to content

Commit

Permalink
remove GEM
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41516 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
neteler committed Mar 21, 2010
1 parent 7569d2e commit 7368d50
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions macosx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ install-basic-macosx:
-cd ${GISBASE} ; tar cBf - include | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
-cd ${GISBASE} ; tar cBf - lib | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
-chmod -R a+rX ${PREFIX_TARGET}/${MACOSX_APP_NAME} 2>/dev/null
@#-cd ${GRASS_HOME} ; tar cBf - gem/skeleton | (cd ${INST_DIR_TARGET}/etc ; tar xBf - ) 2>/dev/null
@#-${INSTALL} ${GRASS_HOME}/gem/gem6 ${INST_DIR_TARGET} 2>/dev/null
-touch ${PREFIX_TARGET}/${MACOSX_APP_NAME}

macosx-support-dir:
Expand Down
12 changes: 0 additions & 12 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ include $(MODULE_TOPDIR)/include/Make/Other.make

MANPAGES = $(patsubst $(HTMLDIR)/%.html,$(MANDIR)/%.$(MANSECT),$(wildcard $(HTMLDIR)/*.html))

GEM_PNG := $(wildcard ../gem/docs/GEM-Manual/*.png)
GEM_HTML := $(wildcard ../gem/docs/GEM-Manual/*.html)
GEM_DST := $(patsubst ../gem/docs/GEM-Manual/%,$(HTMLDIR)/gem/%,$(GEM_PNG) $(GEM_HTML))

DSTFILES := \
$(HTMLDIR)/grassdocs.css \
$(HTMLDIR)/grass_logo.png \
Expand Down Expand Up @@ -79,14 +75,6 @@ $(HTMLDIR)/nviz/grass_logo.png: grass_logo.png | $(HTMLDIR)/nviz
$(HTMLDIR)/nviz/grass_icon.png: grass_icon.png | $(HTMLDIR)/nviz
$(INSTALL_DATA) $< $@

$(HTMLDIR)/gem/%.png: ../gem/docs/GEM-Manual/%.png | $(HTMLDIR)/gem
$(INSTALL_DATA) $< $@

$(HTMLDIR)/gem/%.html: ../gem/docs/GEM-Manual/%.html | $(HTMLDIR)/gem
$(INSTALL_DATA) $< $@

$(HTMLDIR)/nviz:
$(MKDIR) $@

$(HTMLDIR)/gem:
$(MKDIR) $@
7 changes: 0 additions & 7 deletions man/build_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
<td valign="top" bgcolor="${box_color}" class="box"><h3>&nbsp;Miscellaneous</h3>
<ul>
<li><a href="misc.html">Misc. commands manual</a></li>
<li><a href="gem/index.html">The GRASS Extensions Manager (GEM)</a></li>
</ul></td>
</tr>
<tr>
Expand Down Expand Up @@ -223,11 +222,6 @@
"""
#"

gem_ext_marker = r"""
<!-- GEM Extensions StartHTML. Do not delete or change this comment! -->
"""
#"

message_tmpl = string.Template(\
r"""Generated HTML docs in ${html_dir}/index.html
Expand Down Expand Up @@ -322,7 +316,6 @@ def get_desc(cmd):

############################################################################

gem_dir = os.path.join("..", "gem")
arch_dist_dir = os.environ['ARCH_DISTDIR']
html_dir = os.path.join(arch_dist_dir, "docs", "html")
gisbase = os.environ['GISBASE']
Expand Down
3 changes: 0 additions & 3 deletions man/build_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

write_html_header(f, "GRASS GIS %s Reference Manual" % grass_version, True)
write_html_cmd_overview(f)

f.write(gem_ext_marker)

write_html_footer(f, "index.html")

f.close()
Expand Down

0 comments on commit 7368d50

Please sign in to comment.