wmbattery: make distclean
fixes.
Remove Makefile instead of obsolete makeinfo. Remove autom4te.cache. Don't remove configure or config.h.in. Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
8b920811e7
commit
321b337e8f
|
@ -24,8 +24,8 @@ clean:
|
||||||
rm -f wmbattery *.o
|
rm -f wmbattery *.o
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f config.status config.cache config.log makeinfo config.h \
|
rm -rf autom4te.cache config.status config.cache config.log config.h \
|
||||||
config.h.in configure
|
Makefile
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(icondir)
|
$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(icondir)
|
||||||
|
|
Loading…
Reference in a new issue