* 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/avrdude@283 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
e5b19b5a1a
commit
edd634c6f6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
CLEANFILES = \
|
||||
version.texi \
|
||||
stamp-vti
|
||||
|
||||
info_TEXINFOS = avrdude.texi
|
||||
|
||||
all-local: info html ps pdf
|
||||
|
|
Loading…
Reference in New Issue