Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:0791eb4b5c66ca2bb4f79e6bb0ada62c32955724
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Mon Nov 17 22:56:56 2014 +0000
Parents..:a4ab95364d3de30efd3e541c1ed034ce361a06ec

Message
Makefile.am: remove obsolete wwwdoc target

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +0/-25
index 73c0b39..4e5af49
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,31 +107,6 @@ po-check:
 	  rm -f $@-1 $@-2;						\
 	fi
 
-
-# Example of updating the online web pages for the documentation
-# with the gendocs.sh script; see
-# http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html
-#
-gendocs = build-aux/gendocs.sh
-gendocs_envvars = GENDOCS_TEMPLATE_DIR=doc
-#
-manual = hello
-manual_title=Hello, GNU World
-email = $(PACKAGE_BUGREPORT)
-gendocs_args = --email $(email) $(manual) $(manual_title)
-#
-www_target = $(HOME)/gnu/www/hello/manual
-#
-doctemp = doc/wwwtemp
-wwwdoc:
-	rm -rf $(doctemp) && mkdir $(doctemp)
-	cd $(doctemp) \
-	&& ln -s ../*.texi . \
-	&& env $(gendocs_envvars) $(gendocs) $(gendocs_args)
-	cp -arf $(doctemp)/manual/. $(www_target)
-	ls -ltu $(www_target)/html_node | tail  # $VCS rm -f obsolete files
-# followed by $VCS add of new files and cvs commit.
-
 include $(top_srcdir)/lib/local.mk
 include $(top_srcdir)/doc/local.mk
 

This website is licensed under AGPL-3.0. Feel free to copy!