1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 06:24:12 +01:00

Build the doc files for the jar too

This commit is contained in:
Daniel Bainton
2008-12-03 08:34:18 +02:00
parent afa325101a
commit 5eb5310ec5

View File

@@ -97,7 +97,7 @@ $(XPI): $(JAR)
#### jar
$(JAR):
$(JAR): doc
@echo "Building JAR..."
$(MAKE_JAR) "$(JAR)" "$(JAR_BASES)" "$(JAR_DIRS)" "$(JAR_TEXTS)" "$(JAR_BINS)" "$(JAR_FILES)"
@echo "SUCCESS: $@"