diff options
| -rw-r--r-- | Makefile.cvs | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Makefile.cvs b/Makefile.cvs index 9b28c1f..ff0b86a 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -25,6 +25,12 @@ dist: $(GETTEXT) $(LIBTOOLFILES) $(AUTOMAKEFILES)  	./configure --enable-kde  	$(MAKE) dist +htmldoc: +	for f in doc/*.[0123456789] ; do \ +		o=../web/htdocs/`basename $$f`.html; \ +		man2html -H plptools.sourceforge.net -M "" $$f > $$o; \ +	done +  $(ACLOCAL):  	aclocal -I conf/m4/plptools -I conf/m4/kde | 
