added clean rule
authorewt <devnull@localhost>
Thu, 14 Mar 1996 17:23:42 +0000 (17:23 +0000)
committerewt <devnull@localhost>
Thu, 14 Mar 1996 17:23:42 +0000 (17:23 +0000)
CVS patchset: 473
CVS date: 1996/03/14 17:23:42

po/Makefile.in

index 8b6bb35..fb7c349 100644 (file)
@@ -13,6 +13,9 @@ $(NLSPACKAGE).pot: $(POTFILES)
            mv $(NLSPACKAGE).po $(NLSPACKAGE).pot; \
        fi
 
+clean:
+       rm -f *mo
+
 install:
        install -m 755 -o 0 -g 0 -d $(NLSDIR)
        for n in $(CATALOGS); do \