[Refdb-cvs] CVS: refdb/man Makefile.am,1.1.2.5,1.1.2.6
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-01-11 00:16:36
|
Update of /cvsroot/refdb/refdb/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20082/man Modified Files: Tag: Release_0_9_5_stable Makefile.am Log Message: turned clean into distclean Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/man/Attic/Makefile.am,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -U2 -r1.1.2.5 -r1.1.2.6 --- Makefile.am 11 Jan 2006 00:12:44 -0000 1.1.2.5 +++ Makefile.am 11 Jan 2006 00:16:27 -0000 1.1.2.6 @@ -24,5 +24,5 @@ # sed 's%<etcpath>%$(DESTDIR)$(sysconfdir)/@PACKAGE@%' > $@ -clean: +distclean: rm -f $(man_MANS) $(man1_MANS) |