diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile
deleted file mode 100644
index ec1fa1f21f5bb5f13d5b1d95fed2efded7347459..0000000000000000000000000000000000000000
--- a/src/tutorial/C-code/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-SRCDIR= ../..
-include ../../Makefile.global
-
-CFLAGS+= -I../../include -I$(LIBPQDIR)
-
-#
-# And where libpq goes, so goes the authentication stuff...
-#
-ifdef KRBVERS
-LDFLAGS+= $(KRBLIBS)
-CFLAGS+= $(KRBFLAGS)
-endif
-
-all: complex$(DLSUFFIX) funcs$(DLSUFFIX)
-
-clean: 
-	rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX)
-
diff --git a/src/tutorial/C-code/beard.c b/src/tutorial/beard.c
similarity index 92%
rename from src/tutorial/C-code/beard.c
rename to src/tutorial/beard.c
index 6e11ddea856e71305e2b140b2c551bb6cd86e140..9207f04d3940ea8203fde557a7d0d6a12e97e9d2 100644
--- a/src/tutorial/C-code/beard.c
+++ b/src/tutorial/beard.c
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *	  $Header: /cvsroot/pgsql/src/tutorial/C-code/Attic/beard.c,v 1.5 1998/01/07 21:07:03 momjian Exp $
+ *	  $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.1 1998/03/01 04:51:01 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/tutorial/C-code/complex.c b/src/tutorial/complex.c
similarity index 100%
rename from src/tutorial/C-code/complex.c
rename to src/tutorial/complex.c
diff --git a/src/tutorial/C-code/funcs.c b/src/tutorial/funcs.c
similarity index 100%
rename from src/tutorial/C-code/funcs.c
rename to src/tutorial/funcs.c