Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-08 00:52:56 +0400
committerEric Andersen <andersen@codepoet.org>2000-07-08 00:52:56 +0400
commita2c83d885e61e5479c1d35f8d54b2f7ea292e019 (patch)
treed96d55bd155aef395443635375f6ace51a865fa5 /Makefile
parent03f9c81cec2af86c43a2a42ee8c15a7f55d4b8d6 (diff)
Fix a dependancy bug for the docs.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bdef05a13..4b5ace8d1 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,6 @@ ifndef $(PREFIX)
PREFIX = `pwd`/_install
endif
-
OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o
CFLAGS += -DBB_VER='"$(VERSION)"'
CFLAGS += -DBB_BT='"$(BUILDTIME)"'
@@ -125,10 +124,10 @@ docs/busybox.txt: docs/busybox.sgml
docs/busybox.dvi: docs/busybox.sgml
(cd docs; sgmltools -b dvi busybox.sgml)
-docs/busybox.ps: docs/BusyBox.dvi
+docs/busybox.ps: docs/busybox.sgml
(cd docs; sgmltools -b ps busybox.sgml)
-docs/busybox.pdf: docs/BusyBox.ps
+docs/busybox.pdf: docs/busybox.ps
(cd docs; ps2pdf busybox.ps)
docs/busybox/busybox.html: docs/busybox.sgml