* Makefile.am: Add CLEANFILES to remove all files from a make.

* doc/Makefile.am: Ditto


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@283 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Theodore A. Roth 2003-03-12 02:09:57 +00:00
parent e9da0c96bb
commit 72fe61432b
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-03-11 Theodore A. Roth <troth@openavr.org>
* Makefile.am: Add CLEANFILES to remove all files from a make.
* doc/Makefile.am: Ditto
2003-03-11 Theodore A. Roth <troth@openavr.org>
* windows/Makefile.am: Fix uninstall-local rule (forget the $$file

View File

@ -29,6 +29,11 @@ EXTRA_DIST = \
avrdude.spec \
bootstrap
CLEANFILES = \
config_gram.c \
config_gram.h \
lexer.c
SUBDIRS = doc @WINDOWS_DIRS@
DIST_SUBDIRS = doc windows

View File

@ -21,6 +21,10 @@
# $Id$
#
CLEANFILES = \
version.texi \
stamp-vti
info_TEXINFOS = avrdude.texi
all-local: info html ps pdf