From abd622447e632998a8c9a5fbf40aec5e0ce73315 Mon Sep 17 00:00:00 2001 From: jtauber Date: Thu, 18 Nov 1999 07:48:59 +0000 Subject: PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193229 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile | 9 +++++---- Makefile.rules | 1 + STATUS | 6 ++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1583f37ca..2b98fe658 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,8 @@ compilegen: properties charlist fonts cd $(GENDIR) && \ ($(FIND) . -name \*.java -print > javafiletoc) && \ for javafile in `cat javafiletoc` ; do \ - echo $(JAVAC) $(JAVAC_ARGS) $$javafile ;\ - $(JAVAC) $(JAVAC_ARGS) $$javafile ;\ + echo $(JAVAC) $(GEN_JAVAC_ARGS) $$javafile ;\ + $(JAVAC) $(GEN_JAVAC_ARGS) $$javafile ;\ done $(GENDIR): @@ -95,9 +95,10 @@ distgen: ($(TAR) -cf - -T $(JARTOC) | (cd ../$(JARTEMP); $(TAR) -xf - )) distorg: + cd src && \ rm -f $(JARTOC) && \ - ($(FIND) src/org -name \*.class -print > $(JARTOC)) && \ - ($(TAR) -cf - -T $(JARTOC) | (cd $(JARTEMP); $(TAR) -xf - )) + ($(FIND) org -name \*.class -print > $(JARTOC)) && \ + ($(TAR) -cf - -T $(JARTOC) | (cd ../$(JARTEMP); $(TAR) -xf - )) $(TARGETS:%=%subs): %subs : for dir in $(SUBDIRS) ; do \ diff --git a/Makefile.rules b/Makefile.rules index c3ac5ff65..a6f87dc00 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -9,6 +9,7 @@ JAVAC = javac # following class path is for CygWin bash JAVAC_ARGS = -g:none -classpath "$(BASEDIR)/src;$(BASEDIR)/generated;$(CLASSPATH)" +GEN_JAVAC_ARGS = -g:none -classpath "../src;$(CLASSPATH)" FIND=find TAR=tar diff --git a/STATUS b/STATUS index 27f3c5484..5d99dca81 100644 --- a/STATUS +++ b/STATUS @@ -2,6 +2,8 @@ $Id$ STATUS -Transition to xml.apache.org isn't complete yet -Makefiles don't fully work +Things to do before releasing as 0.12.0: + +Make sure Makefiles work +Get images working -- cgit v1.2.3