7bf96a9123
remove the nls remainders
10 lines
217 B
Makefile
10 lines
217 B
Makefile
# Makefile.am for Openbox
|
|
|
|
SUBDIRS = data doc src util
|
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
|
|
|
uninstall-local:
|
|
-rmdir $(pkgdatadir)
|
|
|
|
distclean-local:
|
|
rm -f *\~ gmon.out .\#*
|