Browse Source

Revert https://trac.osgeo.org/grass/changeset/52656

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53240 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 12 years ago
parent
commit
34080fd36c

+ 0 - 4
db/Makefile

@@ -27,7 +27,3 @@ htmldir:
 	$(MAKE) -C drivers
 	$(MAKE) -C drivers
 	$(MAKE) parsubdirs
 	$(MAKE) parsubdirs
 
 
-restdocs: restdir
-
-restdir: $(MAKE) parsubdirs
-

+ 0 - 4
display/Makefile

@@ -45,7 +45,3 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
 default: htmldir
 default: htmldir
 
 
 htmldir: parsubdirs
 htmldir: parsubdirs
-
-restdocs: restdir
-	 
-restdir: parsubdirs

+ 0 - 1
doc/Makefile

@@ -6,4 +6,3 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 
 default: htmldir
 default: htmldir
 
 
-restdocs: $(MAKE) restdir

+ 0 - 3
general/Makefile

@@ -35,6 +35,3 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 
 default: parsubdirs
 default: parsubdirs
 
 
-restdocs: restdir
-
-restdir: parsubdirs

+ 0 - 4
imagery/Makefile

@@ -47,7 +47,3 @@ default: htmldir
 
 
 htmldir: parsubdirs
 htmldir: parsubdirs
 
 
-restdocs: restdir
-	 
-restdir: parsubdirs
-

+ 0 - 1
imagery/i.find/Makefile

@@ -7,7 +7,6 @@ DEPENDENCIES = $(GISDEP)
 
 
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
-include $(MODULE_TOPDIR)/include/Make/NoRest.make
 
 
 default: etc
 default: etc
 
 

+ 0 - 5
include/Make/DB.make

@@ -7,16 +7,11 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
 dbmi: $(DBDRIVERDIR)/$(PGM)$(EXE) db_html
 dbmi: $(DBDRIVERDIR)/$(PGM)$(EXE) db_html
 
 
 db_html: $(HTMLDIR)/grass-$(PGM).html $(MANDIR)/grass-$(PGM).$(MANSECT)
 db_html: $(HTMLDIR)/grass-$(PGM).html $(MANDIR)/grass-$(PGM).$(MANSECT)
 
 
-restdocs: $(DBDRIVERDIR)/$(PGM)$(EXE) db_rest
-
-db_rest: $(RESTDIR)/grass-$(PGM).txt
-
 $(DBDRIVERDIR)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 $(DBDRIVERDIR)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 	$(call linker)
 	$(call linker)
 
 

+ 0 - 3
include/Make/Dir.make

@@ -4,7 +4,6 @@
 include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
 # don't install *.png, *.jpg for directories
 # don't install *.png, *.jpg for directories
 # to prevent problems with r.out.png etc
 # to prevent problems with r.out.png etc
@@ -41,8 +40,6 @@ depend: depend-recursive
 
 
 htmldir: html
 htmldir: html
 
 
-restdir: rest
-
 .PHONY: subdirs parsubdirs htmldir $(SUBDIRS)
 .PHONY: subdirs parsubdirs htmldir $(SUBDIRS)
 
 
 parsubdirs: $(SUBDIRS)
 parsubdirs: $(SUBDIRS)

+ 0 - 18
include/Make/Docs.make

@@ -102,23 +102,5 @@ changelog:
 	fi
 	fi
 	sh svn2cl ./ChangeLog
 	sh svn2cl ./ChangeLog
 
 
-rest_dirs = \
-	db \
-	general \
-	imagery \
-	ps \
-	raster \
-	raster3d \
-	scripts \
-	temporal \
-	vector \
-	
-restdocs:
-	$(MAKE)
-	$(MKDIR) $(RESTDIR)
-	for dir in $(rest_dirs) ; do \
-	  $(MAKE) -C $$dir rest ; \
-	  done
-	
 .PHONY: htmldocs-single htmldocs packagehtmldocs pdfdocs cleandocs html2pdfdoc
 .PHONY: htmldocs-single htmldocs packagehtmldocs pdfdocs cleandocs html2pdfdoc
 .PHONY: html2pdfdoccomplete changelog
 .PHONY: html2pdfdoccomplete changelog

+ 1 - 2
include/Make/Etc.make

@@ -9,9 +9,8 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
-etc: $(ETC)/$(PGM)$(EXE) html rest
+etc: $(ETC)/$(PGM)$(EXE) html
 
 
 $(ETC)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 $(ETC)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 	$(call linker)
 	$(call linker)

+ 0 - 1
include/Make/Grass.make

@@ -56,7 +56,6 @@ DRIVERDIR       = $(ARCH_DISTDIR)/driver
 DBDRIVERDIR     = $(ARCH_DISTDIR)/driver/db
 DBDRIVERDIR     = $(ARCH_DISTDIR)/driver/db
 DOCSDIR         = $(ARCH_DISTDIR)/docs
 DOCSDIR         = $(ARCH_DISTDIR)/docs
 HTMLDIR         = $(ARCH_DISTDIR)/docs/html
 HTMLDIR         = $(ARCH_DISTDIR)/docs/html
-RESTDIR         = $(ARCH_DISTDIR)/docs/rest
 SCRIPTDIR       = $(ARCH_DISTDIR)/scripts
 SCRIPTDIR       = $(ARCH_DISTDIR)/scripts
 MSG_DIR         = $(ARCH_DISTDIR)/etc/msgs
 MSG_DIR         = $(ARCH_DISTDIR)/etc/msgs
 MO_DIR          = $(ARCH_DISTDIR)/locale
 MO_DIR          = $(ARCH_DISTDIR)/locale

+ 0 - 2
include/Make/Lib.make

@@ -8,7 +8,6 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
 ifneq ($(LIB),)
 ifneq ($(LIB),)
 LIB_NAME := $($(LIB)_LIBNAME)
 LIB_NAME := $($(LIB)_LIBNAME)
@@ -25,4 +24,3 @@ include $(MODULE_TOPDIR)/include/Make/Shlib.make
 
 
 lib: $(GRASS_LIBRARY_TYPE)
 lib: $(GRASS_LIBRARY_TYPE)
 	if [ "$(PGM)" != "" -a -f "$(PGM)".html ] ; then $(MAKE) html ; fi
 	if [ "$(PGM)" != "" -a -f "$(PGM)".html ] ; then $(MAKE) html ; fi
-	if [ "$(PGM)" != "" -a -f "$(PGM)".html ] ; then $(MAKE) rest ; fi

+ 1 - 4
include/Make/Module.make

@@ -9,11 +9,8 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
-cmd: $(BIN)/$(PGM)$(EXE) html restdocs
-
-restdocs: $(BIN)/$(PGM)$(EXE) rest
+cmd: $(BIN)/$(PGM)$(EXE) html
 
 
 $(BIN)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 $(BIN)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 	$(call linker)
 	$(call linker)

+ 0 - 1
include/Make/Multi.make

@@ -5,7 +5,6 @@ include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
 PROGFILES = $(patsubst %,$(BIN)/%$(EXE),$(PROGRAMS))
 PROGFILES = $(patsubst %,$(BIN)/%$(EXE),$(PROGRAMS))
 HTMLFILES = $(patsubst %,$(HTMLDIR)/%.html,$(PROGRAMS))
 HTMLFILES = $(patsubst %,$(HTMLDIR)/%.html,$(PROGRAMS))

+ 0 - 3
include/Make/NoRest.make

@@ -1,3 +0,0 @@
-
-$(RESTDIR)/$(PGM).txt:
-	@echo no REST documentation available

+ 0 - 1
include/Make/Other.make

@@ -1,5 +1,4 @@
 include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Vars.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 

+ 0 - 38
include/Make/Rest.make

@@ -1,38 +0,0 @@
-
-# generic rest rules for all commands
-
-ifdef CROSS_COMPILING
-
-rest:
-
-else
-
-#check for program
-checkpandoc:
-	@(type pandoc > /dev/null || (echo "ERROR: Install 'pandoc' software first (get from http://johnmacfarlane.net/pandoc/)" && exit 1))
-
-restdesc = $(call run_grass,$(1) --rest-description < /dev/null > $(2)) || exit 0
-
-IMGSRC := $(wildcard *.png) $(wildcard *.jpg)
-IMGDST := $(patsubst %,$(RESTDIR)/%,$(IMGSRC))
-
-$(RESTDIR)/%.txt: %.html %.tmp.txt $(HTMLSRC) $(IMGDST) | $(RESTDIR)
-	$(PYTHON) $(GISBASE)/tools/mkrest.py $* $(GRASS_VERSION_DATE) > $@;
-ifneq ($(strip $(IMGDST)),)
-.SECONDARY: $(IMGDST)
-endif
-
-$(RESTDIR)/%.png: %.png | $(RESTDIR)
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/%.jpg: %.jpg | $(RESTDIR)
-	$(INSTALL_DATA) $< $@
-
-%.tmp.txt: $(HTMLSRC)
-	if [ "$(HTMLSRC)" != "" ] ; then $(call restdesc,$<,$@) ; fi
-
-rest: $(RESTDIR)/$(PGM).txt # checkpandoc
-
-endif
-
-.PHONY: rest

+ 1 - 1
include/Make/Rules.make

@@ -6,7 +6,7 @@ first: pre default
 ARCH_DIRS = $(ARCH_DISTDIR) $(ARCH_BINDIR) $(ARCH_INCDIR) $(ARCH_LIBDIR) \
 ARCH_DIRS = $(ARCH_DISTDIR) $(ARCH_BINDIR) $(ARCH_INCDIR) $(ARCH_LIBDIR) \
 	$(BIN) $(ETC) \
 	$(BIN) $(ETC) \
 	$(DRIVERDIR) $(DBDRIVERDIR) $(FONTDIR) $(DOCSDIR) $(HTMLDIR) \
 	$(DRIVERDIR) $(DBDRIVERDIR) $(FONTDIR) $(DOCSDIR) $(HTMLDIR) \
-	$(MANBASEDIR) $(MANDIR) $(TOOLSDIR) $(RESTDIR)
+	$(MANBASEDIR) $(MANDIR) $(TOOLSDIR)
 
 
 pre: | $(ARCH_DIRS)
 pre: | $(ARCH_DIRS)
 
 

+ 1 - 3
include/Make/Script.make

@@ -12,9 +12,8 @@ HTMLSRC = $(SCRIPT)
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/Html.make
 include $(MODULE_TOPDIR)/include/Make/ScriptRules.make
 include $(MODULE_TOPDIR)/include/Make/ScriptRules.make
-include $(MODULE_TOPDIR)/include/Make/Rest.make
 
 
-SCRIPT_ACTIONS = $(SCRIPT) html scriptstrings rest
+SCRIPT_ACTIONS = $(SCRIPT) html scriptstrings
 
 
 script: $(SCRIPT_ACTIONS)
 script: $(SCRIPT_ACTIONS)
 
 
@@ -23,7 +22,6 @@ scriptstrings: $(STRINGDIR)/$(PGM)_to_translate.c
 install:
 install:
 	$(INSTALL) $(SCRIPT) $(INST_DIR)/scripts/
 	$(INSTALL) $(SCRIPT) $(INST_DIR)/scripts/
 	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
 	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
-	$(INSTALL_DATA) $(RESTDIR)/$(PGM).txt $(INST_DIR)/docs/rest/
 	$(INSTALL_DATA) $(ARCH_DISTDIR)/docs/man/man1/$(PGM).1 $(INST_DIR)/docs/man/man1/
 	$(INSTALL_DATA) $(ARCH_DISTDIR)/docs/man/man1/$(PGM).1 $(INST_DIR)/docs/man/man1/
 	if [ -d "$(ETC)/$(PGM)" ] ; then \
 	if [ -d "$(ETC)/$(PGM)" ] ; then \
 		cp -rL $(ETC)/$(PGM) $(INST_DIR)/etc/ ; \
 		cp -rL $(ETC)/$(PGM) $(INST_DIR)/etc/ ; \

+ 0 - 1
lib/gtcltk/Makefile

@@ -3,7 +3,6 @@ MODULE_TOPDIR = ../..
 PGM=grocat
 PGM=grocat
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
-include $(MODULE_TOPDIR)/include/Make/NoRest.make
 
 
 TCLSRC := $(wildcard *.tcl)
 TCLSRC := $(wildcard *.tcl)
 TCLDST := $(patsubst %.tcl,$(ETC)/gtcltk/%.tcl,$(TCLSRC))
 TCLDST := $(patsubst %.tcl,$(ETC)/gtcltk/%.tcl,$(TCLSRC))

+ 0 - 4
lib/vector/Makefile

@@ -18,10 +18,6 @@ default: htmldir
 
 
 htmldir: parsubdirs
 htmldir: parsubdirs
 
 
-restdocs: restdir
-
-restdir: parsubdirs
-
 diglib: rtree
 diglib: rtree
 
 
 Vlib: rtree dglib diglib
 Vlib: rtree dglib diglib

+ 0 - 61
man/Makefile

@@ -11,16 +11,6 @@ DSTFILES := \
 	$(HTMLDIR)/nviz/grassdocs.css \
 	$(HTMLDIR)/nviz/grassdocs.css \
 	$(HTMLDIR)/nviz/grass_logo.png
 	$(HTMLDIR)/nviz/grass_logo.png
 
 
-DSTFILES_REST := \
-	$(RESTDIR)/grassdocs.css \
-	$(RESTDIR)/grass_logo.png \
-	$(RESTDIR)/grass_icon.png \
-	$(RESTDIR)/nviz/grassdocs.css \
-	$(RESTDIR)/nviz/grass_logo.png \
-	$(RESTDIR)/conf.py \
-	$(RESTDIR)/make.bat \
-	$(RESTDIR)/Makefile \
-
 categories = \
 categories = \
 	d:display \
 	d:display \
 	db:database \
 	db:database \
@@ -39,22 +29,13 @@ IDXSRC = full_index index $(IDXCATS)
 
 
 INDICES := $(patsubst %,$(HTMLDIR)/%.html,$(IDXSRC))
 INDICES := $(patsubst %,$(HTMLDIR)/%.html,$(IDXSRC))
 
 
-INDICES_REST := $(patsubst %,$(RESTDIR)/%.txt,$(IDXSRC))
-
 ALL_HTML := $(wildcard $(HTMLDIR)/*.*.html)
 ALL_HTML := $(wildcard $(HTMLDIR)/*.*.html)
 
 
-ALL_REST := $(wildcard $(RESTDIR)/*.*.txt)
-
 default: $(DSTFILES)
 default: $(DSTFILES)
 	@echo "Generating HTML manual pages index (help system)..."
 	@echo "Generating HTML manual pages index (help system)..."
 	$(MAKE) $(INDICES)
 	$(MAKE) $(INDICES)
 	$(call build,check)
 	$(call build,check)
 	$(MAKE) manpages
 	$(MAKE) manpages
-	GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" $(PYTHON) ./build_topics.py $(HTMLDIR)
-	$(MAKE) restdocs
-
-restdocs: $(DSTFILES_REST)
-	  $(MAKE) $(INDICES_REST)
 
 
 # This must be a separate target so that evaluation of $(MANPAGES)
 # This must be a separate target so that evaluation of $(MANPAGES)
 # is delayed until the indices have been generated
 # is delayed until the indices have been generated
@@ -67,33 +48,18 @@ define build
 GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" $(PYTHON) ./build_$(1).py $(2)
 GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" $(PYTHON) ./build_$(1).py $(2)
 endef
 endef
 
 
-define build_rest
-GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" $(PYTHON) ./build_$(1)_rest.py $(2)
-endef
-
 $(HTMLDIR)/full_index.html: $(ALL_HTML) build_full_index.py build_html.py
 $(HTMLDIR)/full_index.html: $(ALL_HTML) build_full_index.py build_html.py
 	$(call build,full_index)
 	$(call build,full_index)
 	touch $@
 	touch $@
 
 
-$(RESTDIR)/full_index.txt: $(ALL_REST) build_full_index_rest.py build_rest.py
-	$(call build_rest,full_index)
-	touch $@	
-	
 $(HTMLDIR)/index.html: build_index.py build_html.py
 $(HTMLDIR)/index.html: build_index.py build_html.py
 	$(call build,index)
 	$(call build,index)
 	touch $@
 	touch $@
 
 
-$(RESTDIR)/index.txt: build_index_rest.py build_rest.py
-	$(call build_rest,index)
-	touch $@	
-	
 define category_rule
 define category_rule
 $$(HTMLDIR)/$(2).html: $$(wildcard $$(HTMLDIR)/$(1).*.html) build_class.py build_html.py
 $$(HTMLDIR)/$(2).html: $$(wildcard $$(HTMLDIR)/$(1).*.html) build_class.py build_html.py
 	$$(call build,class,$(1) $(2))
 	$$(call build,class,$(1) $(2))
 	touch $$@
 	touch $$@
-$$(RESTDIR)/$(2).txt: $$(wildcard $$(RESTDIR)/$(1).*.txt) build_class_rest.py build_rest.py
-	$$(call build_rest,class,$(1) $(2))
-	touch $$@
 endef
 endef
 
 
 $(foreach cat,$(categories),$(eval $(call category_rule,$(firstword $(subst :, ,$(cat))),$(lastword $(subst :, ,$(cat))))))
 $(foreach cat,$(categories),$(eval $(call category_rule,$(firstword $(subst :, ,$(cat))),$(lastword $(subst :, ,$(cat))))))
@@ -116,30 +82,3 @@ $(HTMLDIR)/grass_icon.png: grass_icon.png
 $(HTMLDIR)/nviz:
 $(HTMLDIR)/nviz:
 	$(MKDIR) $@
 	$(MKDIR) $@
 
 
-$(RESTDIR)/grassdocs.css: grassdocs.css
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/nviz/grassdocs.css: grassdocs.css | $(RESTDIR)/nviz
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/grass_logo.png: grass_logo.png
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/nviz/grass_logo.png: grass_logo.png | $(RESTDIR)/nviz
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/grass_icon.png: grass_icon.png
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/conf.py: sphinx/conf.py
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/make.bat: sphinx/make.bat
-	$(INSTALL_DATA) $< $@
-
-$(RESTDIR)/Makefile: sphinx/Makefile
-	$(INSTALL_DATA) $< $@
-	
-$(RESTDIR)/nviz:
-	$(MKDIR) $@
-

+ 0 - 3
misc/Makefile

@@ -11,6 +11,3 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 
 default: parsubdirs
 default: parsubdirs
 
 
-restdocs: restdir
-	 
-restdir: parsubdirs

+ 0 - 2
ps/Makefile

@@ -8,6 +8,4 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 
 default: parsubdirs
 default: parsubdirs
 
 
-restdocs: restdir
 
 
-restdir: parsubdirs

+ 0 - 10
raster/Makefile

@@ -146,13 +146,3 @@ $(HTMLDIR)/r.in.png:
 
 
 $(HTMLDIR)/r.out.png:
 $(HTMLDIR)/r.out.png:
 	# no-op - override Html.make rule for .png image files
 	# no-op - override Html.make rule for .png image files
-
-restdocs: restdir
-	 
-restdir: parsubdirs
-         $(RESTDIR)/r.in.png:
-	     # no-op - override Html.make rule for .png image files
-
-         $(RESTDIR)/r.out.png:
-	     # no-op - override Html.make rule for .png image files
-

+ 0 - 1
raster/r.watershed/ram/Makefile

@@ -8,7 +8,6 @@ DEPENDENCIES = $(RASTERDEP) $(GISDEP)
 
 
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
-include $(MODULE_TOPDIR)/include/Make/NoRest.make
 
 
 default: $(DIR) etc
 default: $(DIR) etc
 
 

+ 0 - 1
raster/r.watershed/seg/Makefile

@@ -8,7 +8,6 @@ DEPENDENCIES = $(SEGMENTDEP) $(RASTERDEP) $(GISDEP)
 
 
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
-include $(MODULE_TOPDIR)/include/Make/NoRest.make
 
 
 default: $(DIR) etc
 default: $(DIR) etc
 
 

+ 0 - 3
raster3d/Makefile

@@ -27,6 +27,3 @@ default: htmldir
 
 
 htmldir: parsubdirs
 htmldir: parsubdirs
 
 
-restdocs: restdir
-
-restdir: parsubdirs

+ 0 - 3
scripts/Makefile

@@ -79,6 +79,3 @@ include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 
 default: parsubdirs
 default: parsubdirs
 
 
-restdocs: restdir
-	 
-restdir: parsubdirs

+ 0 - 3
temporal/Makefile

@@ -43,6 +43,3 @@ default: htmldir
 
 
 htmldir: parsubdirs
 htmldir: parsubdirs
 
 
-restdocs: restdir
-
-restdir: parsubdirs

+ 1 - 4
tools/Makefile

@@ -5,13 +5,10 @@ SUBDIRS = timer g.html2man
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 include $(MODULE_TOPDIR)/include/Make/Compile.make
 
 
-default: parsubdirs $(TOOLSDIR)/mkhtml.py $(TOOLSDIR)/mkrest.py $(TOOLSDIR)/g.echo$(EXE)
+default: parsubdirs $(TOOLSDIR)/mkhtml.py $(TOOLSDIR)/g.echo$(EXE)
 
 
 $(TOOLSDIR)/mkhtml.py: mkhtml.py
 $(TOOLSDIR)/mkhtml.py: mkhtml.py
 	$(INSTALL) $< $@
 	$(INSTALL) $< $@
 
 
-$(TOOLSDIR)/mkrest.py: mkrest.py
-	$(INSTALL) $< $@
-
 $(TOOLSDIR)/g.echo$(EXE): $(OBJDIR)/g.echo.o
 $(TOOLSDIR)/g.echo$(EXE): $(OBJDIR)/g.echo.o
 	$(call linker_base,$(LINK),$(LDFLAGS) $(EXTRA_LDFLAGS),$(MANIFEST_OBJ))
 	$(call linker_base,$(LINK),$(LDFLAGS) $(EXTRA_LDFLAGS),$(MANIFEST_OBJ))

+ 0 - 1
tools/timer/Makefile

@@ -5,7 +5,6 @@ PGM = current_time_s_ms
 
 
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/Etc.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
 include $(MODULE_TOPDIR)/include/Make/NoHtml.make
-include $(MODULE_TOPDIR)/include/Make/NoRest.make
 
 
 FMODE_OBJ =
 FMODE_OBJ =
 
 

+ 0 - 4
vector/Makefile

@@ -106,7 +106,3 @@ default: htmldir
 
 
 htmldir: parsubdirs
 htmldir: parsubdirs
 
 
-restdocs: restdir
-
-restdir: parsubdirs
-