[GRASS-dev] drop db.droptable man page?

Hi,

db.droptable's man page still gets generated even though the module has
been removed* from the Makefile.

* rev 1.23:
  http://freegis.org/cgi-bin/viewcvs.cgi/grass6/db/base/Makefile

is this patch correct?

Hamish

Index: db/base/Makefile

RCS file: /home/grass/grassrepository/grass6/db/base/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- db/base/Makefile 22 Sep 2006 16:30:51 -0000 1.27
+++ db/base/Makefile 8 Nov 2006 06:45:30 -0000
@@ -54,6 +54,6 @@
$(BIN)/db.connect$(EXE): $(OBJDIR)/connect.o
        $(CC) $(LDFLAGS) -o $@ $(OBJDIR)/connect.o $(FMODE_OBJ) $(LIBES) $(XDRLIB) $(MATHLIB)

-#not used: db.createdb db.dropdb db.databases
-PROGRAMS = db.columns db.copy db.droptable db.describe db.drivers db.execute db.select db.tables db.connect
+#not used: db.createdb db.dropdb db.databases db.droptable
+PROGRAMS = db.columns db.copy db.describe db.drivers db.execute db.select db.tables db.connect

Hamish,

looks reasonable...

Markus

On Wed, Nov 08, 2006 at 07:47:17PM +1300, Hamish wrote:

Hi,

db.droptable's man page still gets generated even though the module has
been removed* from the Makefile.

* rev 1.23:
  http://freegis.org/cgi-bin/viewcvs.cgi/grass6/db/base/Makefile

is this patch correct?

Hamish

Index: db/base/Makefile

RCS file: /home/grass/grassrepository/grass6/db/base/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- db/base/Makefile 22 Sep 2006 16:30:51 -0000 1.27
+++ db/base/Makefile 8 Nov 2006 06:45:30 -0000
@@ -54,6 +54,6 @@
$(BIN)/db.connect$(EXE): $(OBJDIR)/connect.o
        $(CC) $(LDFLAGS) -o $@ $(OBJDIR)/connect.o $(FMODE_OBJ) $(LIBES) $(XDRLIB) $(MATHLIB)

-#not used: db.createdb db.dropdb db.databases
-PROGRAMS = db.columns db.copy db.droptable db.describe db.drivers db.execute db.select db.tables db.connect
+#not used: db.createdb db.dropdb db.databases db.droptable
+PROGRAMS = db.columns db.copy db.describe db.drivers db.execute db.select db.tables db.connect

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

--
Markus Neteler <neteler itc it> http://mpa.itc.it/markus/
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy