1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-31 07:53:39 +02:00

Merge branch 'master' into xulmus

This commit is contained in:
Doug Kearns
2009-03-16 16:31:54 +11:00
29 changed files with 291 additions and 147 deletions

View File

@@ -81,11 +81,11 @@ $(RDF): $(RDF_IN) Makefile
< $< > $@
@echo "SUCCESS: $@"
clean: $(LOCALES:%=%.clean)
clean: $(LOCALEDIR)/$(LOCALES:%=%.clean)
@echo "General $(NAME) cleanup..."
rm -f $(JAR) $(XPI)
distclean: $(LOCALES:%=%.distclean) clean
distclean: $(LOCALEDIR)/$(LOCALES:%=%.distclean) clean
@echo "More $(NAME) cleanup..."
rm -rf $(BUILD_DIR)