summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjtauber <jtauber@unknown>1999-11-17 01:33:15 +0000
committerjtauber <jtauber@unknown>1999-11-17 01:33:15 +0000
commit7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f (patch)
treeaec483a465953d977671fcc47d1521c4a223fe0c /Makefile
parentc52d0e5d3b95f2b97090cf9b431c3b8f02b1702a (diff)
downloadxmlgraphics-fop-7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f.tar.gz
xmlgraphics-fop-7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f.zip
PR:
Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2f4056071..27f51a087 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ BASEDIR=.
include $(BASEDIR)/Makefile.rules
-SUBDIRS=org
+SUBDIRS=src
-CODEGEN=codegen
+CODEGEN=src/codegen
GENDIR=generated
@@ -65,8 +65,8 @@ compilegen: properties charlist fonts
done
$(GENDIR):
- mkdir -p $(GENDIR)/org/apache/xml/fop/fo/properties;
- mkdir -p $(GENDIR)/org/apache/xml/fop/render/pdf/fonts;
+ mkdir -p $(GENDIR)/org/apache/fop/fo/properties;
+ mkdir -p $(GENDIR)/org/apache/fop/render/pdf/fonts;
properties: $(PROPERTIESXML) $(PROPERTIESXSL)
cd $(GENDIR) && $(XT) ../$(PROPERTIESXML) ../$(PROPERTIESXSL)