Don't include the obsolete LaTeX documentation.
parent
dc9657d8f5
commit
b34c7f06ac
|
@ -2,7 +2,5 @@ README.txt
|
||||||
TODO.FACTOR.txt
|
TODO.FACTOR.txt
|
||||||
doc/UI_HOWTO.txt
|
doc/UI_HOWTO.txt
|
||||||
doc/cont-responder-tutorial.txt
|
doc/cont-responder-tutorial.txt
|
||||||
doc/handbook.pdf
|
|
||||||
doc/internals.txt
|
doc/internals.txt
|
||||||
doc/theory.pdf
|
|
||||||
doc/handbook
|
|
||||||
|
|
|
@ -17,22 +17,17 @@ build: build-stamp
|
||||||
|
|
||||||
build-stamp: configure-stamp
|
build-stamp: configure-stamp
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
# Build the bootstrap image
|
||||||
$(MAKE) linux-$(FARCH)
|
$(MAKE) linux-$(FARCH)
|
||||||
mv f runtime
|
mv f runtime
|
||||||
# Build the bootstrap image
|
echo 'USE: image "$(FARCH)" make-image' | ./runtime /usr/lib/factor/basic.image # || wget http://factorcode.org/boot.image.$(FARCH)
|
||||||
echo 'USE: image "$(FARCH)" make-image' | factor-run --basic -resource-path=. # || wget http://factorcode.org/boot.image.$(FARCH)
|
|
||||||
mv boot.image.$(FARCH) boot.image
|
mv boot.image.$(FARCH) boot.image
|
||||||
# Build the factor image
|
# Build the factor image
|
||||||
./runtime boot.image -libraries:sdl:name=libSDL.so -libraries:freetype:name=libfreetype.so
|
./runtime boot.image -libraries:sdl:name=libSDL.so -libraries:freetype:name=libfreetype.so
|
||||||
mv factor.image basic.image
|
mv factor.image basic.image
|
||||||
# Build the extended image
|
# Build the extended image
|
||||||
sqlite3 contrib/sqlite/test.db < contrib/sqlite/test.txt
|
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
|
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
|
touch build-stamp
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue