From b51a6c93599b4ca6ae0694f3b9aaf7c67144ba28 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Mon, 10 May 1999 12:09:46 +0000 Subject: [PATCH] - New structure of the doc files. --- Packages/Interval_arithmetic/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/Interval_arithmetic/Makefile b/Packages/Interval_arithmetic/Makefile index 23b2eddadb7..c093b27b625 100644 --- a/Packages/Interval_arithmetic/Makefile +++ b/Packages/Interval_arithmetic/Makefile @@ -44,7 +44,7 @@ test: $(MAKE) -C test/$(Package) clean: - $(MAKE) -C doc_tex/support/$(Package) clean + $(MAKE) -C doc_tex/support/NumberTypeSupport clean $(MAKE) -C test/$(Package) clean rm -f $(Package).tar.gz @@ -60,9 +60,9 @@ $(Package).tar.gz: doc: doc_ps/$(Package).ps -doc_ps/$(Package).ps: doc_tex/support/$(Package)/main.tex - $(MAKE) -C doc_tex/support/$(Package) - cp doc_tex/support/$(Package)/$(Package).ps doc_ps/ +doc_ps/$(Package).ps: doc_tex/support/NumberTypeSupport/Interval.tex + $(MAKE) -C doc_tex/support/NumberTypeSupport + cp doc_tex/support/NumberTypeSupport/$(Package).ps doc_ps/ # The following is specific to the IA package.