diff options
author | jtauber <jtauber@unknown> | 1999-11-18 06:02:27 +0000 |
---|---|---|
committer | jtauber <jtauber@unknown> | 1999-11-18 06:02:27 +0000 |
commit | 625de9525b2ae122e9f2c30fc56aad7c021e4d94 (patch) | |
tree | f42709615f0a2a194a31730f64631d10371af02d /Makefile | |
parent | 25f6b38a10fb0b02da22ab857d20006fbce716f7 (diff) | |
download | xmlgraphics-fop-625de9525b2ae122e9f2c30fc56aad7c021e4d94.tar.gz xmlgraphics-fop-625de9525b2ae122e9f2c30fc56aad7c021e4d94.zip |
PR:
Obtained from:
Submitted by:
Reviewed by:
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ distgen: distorg: rm -f $(JARTOC) && \ - ($(FIND) org -name \*.class -print > $(JARTOC)) && \ + ($(FIND) src/org -name \*.class -print > $(JARTOC)) && \ ($(TAR) -cf - -T $(JARTOC) | (cd $(JARTEMP); $(TAR) -xf - )) $(TARGETS:%=%subs): %subs : |