2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work
	with automake-1.7f/1.8 anymore).
This commit is contained in:
Ralf Corsepius
2003-11-26 15:30:34 +00:00
parent 863fb4f1a9
commit 805d764d44
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work
with automake-1.7f/1.8 anymore).
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add missing '\'. Reformat.

View File

@@ -8,7 +8,6 @@ SUFFIXES = .t
MAINTAINERCLEANFILES =
CLEANFILES =
MOSTLYCLEANFILES =
CLEANFILES += $(PROJECT).info $(PROJECT).info-[0-9] $(PROJECT).info-[0-9][0-9]
CLEANFILES += $(GENERATED_FILES)
AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir)