[Toxine-cvs] CVS: toxine/doc/man Makefile.am,1.1,1.2
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-07-06 09:50:28
|
Update of /cvsroot/toxine/toxine/doc/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29767/man Modified Files: Makefile.am Log Message: @@udpates, fix installation in debug mode Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/doc/man/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 4 Jul 2002 15:56:04 -0000 1.1 +++ Makefile.am 6 Jul 2004 09:50:12 -0000 1.2 @@ -1,5 +1,8 @@ SUBDIRS = en +debug: +install-debug: install + mostlyclean-generic: -rm -f *~ \#* .*~ .\#* |