diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-06-05 03:51:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-06-05 03:51:26 +0000 |
| commit | 7a55323343635d8a29bb62cd49d8d6a5c103f317 (patch) | |
| tree | 4be267905cec464fbcc069c328f4cefc67c6de0d /data | |
| parent | 705ccbfdbb9422852a2683a4aceaf91479bcdd58 (diff) | |
syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 2 | ||||
| -rw-r--r-- | data/styles/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 745d8e53..93bdd3b4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,7 @@ MAINTAINERCLEANFILES = Makefile.in all-local: menu distclean-local: - rm -f *\~ + rm -f *\~ .\#* menu: menu.in @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am index 31458285..fb5dbb92 100644 --- a/data/styles/Makefile.am +++ b/data/styles/Makefile.am @@ -5,6 +5,6 @@ MAINTAINERCLEANFILES = Makefile.in style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone operation outcomes shade steelblue steelblue2 the_orange trisb twice distclean-local: - rm -f *\~ + rm -f *\~ .\#* uninstall-am: rmdir $(styledir) |
