Delete final executables on `make clean' (use `make mostlyclean'
authorPhil Blundell <philb@gnu.org>
Tue, 20 Apr 1999 14:14:02 +0000 (14:14 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 20 Apr 1999 14:14:02 +0000 (14:14 +0000)
to get the old behaviour)
Update i18n comment in config.in

Makefile
config.in

index ab19616..2f265ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -131,8 +131,11 @@ install:   all savebin installbin installdata
 
 update:        all installbin installdata
 
-clean:
+mostlyclean:
                rm -f *.o DEADJOE config.new *~ *.orig lib/*.o
+
+clean: mostlyclean
+               rm -f $(PROGS)
                @for i in $(SUBDIRS); do (cd $$i && make clean) ; done
                @cd po && make clean
 
index 5b26e36..7c88232 100644 (file)
--- a/config.in
+++ b/config.in
@@ -8,7 +8,7 @@
 #              NET-3 Networking Distribution for the LINUX operating
 #              system.
 #
-# Version:     config.in 1.21  (98-06-30)
+# Version:     config.in 1.22  (99-04-19)
 #
 # Author:      Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
 #              Copyright 1988-1993 MicroWalt Corporation
 =  */
 *
 *
-*                     I18N
+*              Internationalization
 *
-*              (Internationalization)
-*
-* In this BETA Release the I18N (NLS) is enabled and now based
-* on GNU gettext, only a brazilian portuguese and German catalog
-* (translation) is present, but others are *highly* welcome!
-*
-* (answer 'n' if you have no system with GNU gettext support)
+* The net-tools package has currently been translated to French,
+* German and Brazilian Portugese.  Other translations are, of
+* course, welcome.  Answer `n' here if you have no support for
+* internationalization on your system.
 *
 bool 'Does your system support GNU gettext?' I18N n
 *