]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - Makefile
adjust touch target on mobile Feature page
[people/shoehn/ipfire.org.git] / Makefile
index 1002c1ea8e349b382285c1e65c9bd9f98907f393..89e9928d54f6085a908885d2a7a26823be763bbd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PO_PATH = translations
 POTFILE = $(PO_PATH)/webapp.pot
 POFILES = $(wildcard $(PO_PATH)/*/LC_MESSAGES/*.po)
 
-ALL_FILES = $(shell find . /usr/lib*/python*/site-packages/tornado -name "*.py" -or -name "*.html")
+ALL_FILES = $(shell find webapp templates /usr/lib*/python*/site-packages/tornado -name "*.py" -or -name "*.html")
 
 .PHONY: pot
 pot: $(POTFILE)