* 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:
parent
e9da0c96bb
commit
72fe61432b
|
@ -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>
|
2003-03-11 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
* windows/Makefile.am: Fix uninstall-local rule (forget the $$file
|
* windows/Makefile.am: Fix uninstall-local rule (forget the $$file
|
||||||
|
|
|
@ -29,6 +29,11 @@ EXTRA_DIST = \
|
||||||
avrdude.spec \
|
avrdude.spec \
|
||||||
bootstrap
|
bootstrap
|
||||||
|
|
||||||
|
CLEANFILES = \
|
||||||
|
config_gram.c \
|
||||||
|
config_gram.h \
|
||||||
|
lexer.c
|
||||||
|
|
||||||
SUBDIRS = doc @WINDOWS_DIRS@
|
SUBDIRS = doc @WINDOWS_DIRS@
|
||||||
DIST_SUBDIRS = doc windows
|
DIST_SUBDIRS = doc windows
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
CLEANFILES = \
|
||||||
|
version.texi \
|
||||||
|
stamp-vti
|
||||||
|
|
||||||
info_TEXINFOS = avrdude.texi
|
info_TEXINFOS = avrdude.texi
|
||||||
|
|
||||||
all-local: info html ps pdf
|
all-local: info html ps pdf
|
||||||
|
|
Loading…
Reference in New Issue