mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 16:52:27 +01:00
Moved tildetidy into main Makefile.
This commit is contained in:
@@ -39,7 +39,7 @@ ASCIIDOC = asciidoc
|
||||
|
||||
#### rules
|
||||
|
||||
.PHONY: all help info doc jar xpi install clean distclean tildetidy $(JAR)
|
||||
.PHONY: all help info doc jar xpi install clean distclean $(JAR)
|
||||
all: help
|
||||
|
||||
help:
|
||||
@@ -85,10 +85,6 @@ distclean: clean
|
||||
@set -e; for locale in $(LOCALES); do $(MAKE) -C clean; doc; done
|
||||
rm -rf ${BUILD_DIR}
|
||||
|
||||
tildetidy:
|
||||
@echo "Removing vim backup files..."
|
||||
find . -name '*~' -exec rm -fv {} \;
|
||||
|
||||
#### xpi
|
||||
|
||||
$(XPI): $(JAR)
|
||||
|
||||
Reference in New Issue
Block a user