Fix an HTML bug.
[gnulib.git] / Makefile.in
index 4d75319..c47bc68 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for regex.
 # 
-# Copyright (C) 1992 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ DEFS = @DEFS@
 
 SHELL = /bin/sh
 
-subdirs = doc test
+subdirs = m4 lib
 
 default all:: regex.o
 .PHONY: default all
@@ -54,7 +54,7 @@ regex.o: regex.c regex.h
 clean mostlyclean::
        rm -f *.o
 
-distclean:: clean
+distclean realclean:: clean
        rm -f Makefile config.status
 
 extraclean:: distclean