Some 'make' programs give a syntax error when the lines that define the commands for a target don't all start with a tab. The text editor that I use (KDE kate) highlights such lines. This patch provides a fix.
Bruno
diff --git a/doc/Makefile.am b/doc/Makefile.am index 69dc082a6e..e0d5209f84 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -177,9 +177,9 @@ wwwdoc-build: # http://www.gnu.org/software/texinfo/manual/ wwwdoc-install: cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \ - $(doctemp)/$(manual3) $(doctemp)/$(manual4) \ - $(doctemp)/pod2texi.html \ - $(www_target) + $(doctemp)/$(manual3) $(doctemp)/$(manual4) \ + $(doctemp)/pod2texi.html \ + $(www_target) $(MKDIR_P) $(www_target)/Pod/Simple cp -arf $(doctemp)/Pod/Simple/Texinfo.html $(www_target)/Pod/Simple ls -ltu $(www_target)/*/html_node | tail # cvs rm -f obsolete files