summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjtauber <jtauber@unknown>1999-11-18 06:02:27 +0000
committerjtauber <jtauber@unknown>1999-11-18 06:02:27 +0000
commit625de9525b2ae122e9f2c30fc56aad7c021e4d94 (patch)
treef42709615f0a2a194a31730f64631d10371af02d /Makefile
parent25f6b38a10fb0b02da22ab857d20006fbce716f7 (diff)
downloadxmlgraphics-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27f51a087..1583f37ca 100644
--- a/Makefile
+++ b/Makefile
@@ -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 :