diff options
author | jtauber <jtauber@unknown> | 1999-11-17 01:33:15 +0000 |
---|---|---|
committer | jtauber <jtauber@unknown> | 1999-11-17 01:33:15 +0000 |
commit | 7e3b30a6d11ba00a060551b8d37cb6d14eb69b0f (patch) | |
tree | aec483a465953d977671fcc47d1521c4a223fe0c /src/org/apache/Makefile | |
parent | c52d0e5d3b95f2b97090cf9b431c3b8f02b1702a (diff) | |
download | xmlgraphics-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 'src/org/apache/Makefile')
-rw-r--r-- | src/org/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/apache/Makefile b/src/org/apache/Makefile index 10781e4b0..4a965492c 100644 --- a/src/org/apache/Makefile +++ b/src/org/apache/Makefile @@ -1,9 +1,9 @@ -BASEDIR:=../.. +BASEDIR:=../../.. include $(BASEDIR)/Makefile.rules -SUBDIRS=xml +SUBDIRS=fop all: allsubs |