[GRASS5] 5.1: Makefile question

Markus Neteler neteler at itc.it
Wed Apr 2 03:53:44 EST 2003


On Wed, Apr 02, 2003 at 09:01:25AM +0200, Stephan Holl wrote:
> At Tue, 1 Apr 2003 16:01:03 +0200 Markus Neteler wrote:
> 
> Hello Markus,
> 
> > PROGRAMS = db.columns db.copy db.createdb db.dropdb db.droptable
> >  
> > allhtml:
> >         for pgm in $(PROGRAMS) ; do \
> >                 cat $$pgm.html >> $$pgm.tmp ; \
> >         done
> works well here, but I had to remove "html" in line 29 to compile
> proberly. all html-docs are created and copied to the right place.

Yes and no: Please check if the "DESCRIPTION" section was added to
the db.*.html pages. I am sure that this section is missing.

The same applies for g.rename, g.remove, g.copy, g.list in
src/general/manage/Makefile

No Makefile expert here...? I guess that this rule must be completely
rewritten, using $< $@ etc.

Markus




More information about the grass-dev mailing list