summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-05-01 16:50:17 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-05-01 16:50:17 +0200
commit9ee3a06ebb974328de7511d9402cfd634d999450 (patch)
treed58adbf61eba4eed1a600263811b73d1f97ac86b /Makefile
parentb5b31d28b126fcfcbd478a690f62abfd7874a32c (diff)
downloadluaotfload-9ee3a06ebb974328de7511d9402cfd634d999450.tar.gz
Fix the `manifest' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ded5fe..3f9b2f6 100644
--- a/Makefile
+++ b/Makefile
@@ -70,9 +70,10 @@ $(TDS_ZIP): $(ALL_FILES)
manifest:
@echo "Source files:"
- @echo $(SOURCE)
+ @for f in $(SOURCE); do echo $$f; done
+ @echo ""
@echo "Derived files:"
- @echo $(COMPILED) $(GENERATED)
+ @for f in $(GENERATED); do echo $$f; done
clean:
@$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg