From b34c7f06aca97eb4cc5ecea6c8d30d46f4593626 Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Tue, 31 Jan 2006 10:10:24 +0000 Subject: [PATCH] Don't include the obsolete LaTeX documentation. --- debian/docs | 4 +--- debian/rules | 9 ++------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/docs b/debian/docs index b873b8cdfe..0f1a3acd19 100644 --- a/debian/docs +++ b/debian/docs @@ -2,7 +2,5 @@ README.txt TODO.FACTOR.txt doc/UI_HOWTO.txt doc/cont-responder-tutorial.txt -doc/handbook.pdf doc/internals.txt -doc/theory.pdf -doc/handbook + diff --git a/debian/rules b/debian/rules index ab4ab5f649..6a2a1e8bdb 100644 --- a/debian/rules +++ b/debian/rules @@ -17,22 +17,17 @@ build: build-stamp build-stamp: configure-stamp dh_testdir + # Build the bootstrap image $(MAKE) linux-$(FARCH) mv f runtime - # Build the bootstrap image - echo 'USE: image "$(FARCH)" make-image' | factor-run --basic -resource-path=. # || wget http://factorcode.org/boot.image.$(FARCH) + echo 'USE: image "$(FARCH)" make-image' | ./runtime /usr/lib/factor/basic.image # || wget http://factorcode.org/boot.image.$(FARCH) mv boot.image.$(FARCH) boot.image # Build the factor image ./runtime boot.image -libraries:sdl:name=libSDL.so -libraries:freetype:name=libfreetype.so mv factor.image basic.image # Build the extended image sqlite3 contrib/sqlite/test.db < contrib/sqlite/test.txt - $(CC) $(CFLAGS) -L /usr/X11R6/lib -shared -o contrib/factory/simple-error-handler.so contrib/factory/simple-error-handler.c -lX11 echo 'USING: image kernel ; "contrib/load.factor" run-file compile-all "extended.image" save-image 0 exit' | ./runtime basic.image +X8 - # Build the documentation - cd doc && for i in *.eps; do epstopdf $$i; done - cd doc && rubber --pdf theory - cd doc && sh makedoc touch build-stamp clean: