mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 14:25:47 +01:00
Fix: build system
Hi developers I'm afraid you don't notice the build system have been borken since help system is replace to XSLTransform from asciidoc. because the build system does'nt archives *.xsl files. Please review the attached patches Best regards. ---- teramako
This commit is contained in:
@@ -16,7 +16,7 @@ MAKE_JAR = sh $(BASE)/make_jar.sh
|
||||
# TODO: specify source files manually?
|
||||
JAR_BASES = $(TOP) $(BASE)
|
||||
JAR_DIRS = content skin locale
|
||||
JAR_TEXTS = js css dtd xml xul html xhtml
|
||||
JAR_TEXTS = js css dtd xml xul html xhtml xsl
|
||||
JAR_BINS = png
|
||||
|
||||
JAR = chrome/$(NAME).jar
|
||||
|
||||
Reference in New Issue
Block a user