Берем ../source/n/tcpip/
распаковываем содержимое iputils-ss021109-try.tar.bz2
Заходим в распакованную папку iputils
собираем документацию: make html
бла
бла
бла
>Done.
mv: невозможно выполнить stat для `html/iputils.html': No such file or directory
...
hm..
vim doc/Makefile
#
SGMLFILES=$(shell echo *.sgml)
HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html
MANFILES=$(subst .sgml,.8,$(SGMLFILES))
all: html
html: $(HTMLFILES) iputils.html
man: $(MANFILES)
# docbook scripts are incredibly dirty in the sense that they leak
# lots of some strange temporary junk directories and files.
# So, scope it to a temporary dir and clean all after each run.
$(HTMLFILES): index.db
@-rm -rf tmp.db2html
@mkdir tmp.db2html
@set -e; cd tmp.db2html; docbook2html ../$< ; mv *.html ..
@-rm -rf tmp.db2html
iputils.html: iputils.db
@-rm -rf tmp.db2html
@mkdir tmp.db2html
@set -e; cd tmp.db2html; docbook2html -u -o html ../$< ; mv html/$@ ..
@-rm -rf tmp.db2html
# docbook2man produces utterly ugly output and I did not find
# any way to customize this but hacking backend perl script a little.
# Well, hence...
$(MANFILES): index.db
@-mkdir tmp.db2man
@set -e; cd tmp.db2man; nsgmls ../$< | sgmlspl ../docbook2man-spec.pl ; mv $@ ..
@-rm -rf tmp.db2man
clean:
@rm -rf $(MANFILES) $(HTMLFILES) iputils.html tmp.db2html tmp.db2man index.out
snapshot:
@date "+%y%m%d" > snapshot.db
$(MANFILES): $(SGMLFILES)
$(HTMLFILES): $(SGMLFILES)
#
make clean
#
ls -l doc/
#
-rw-r--r-- 1 root root 5940 2002-01-25 01:50 arping.sgml
-rw-r--r-- 1 root root 4502 2002-01-24 22:23 clockdiff.sgml
-rw-r--r-- 1 root root 26655 2002-01-24 07:42 docbook2man-spec.pl
drwxr-xr-x 2 root root 48 2005-02-21 02:15 html
-rw-r--r-- 1 root root 669 2002-11-08 09:03 index.db
-rw-r--r-- 1 root root 6774 2002-11-08 09:03 iputils.db
-rw-r--r-- 1 root root 1176 2005-02-21 02:15 Makefile
-rw-r--r-- 1 root root 4854 2002-01-24 22:08 pg3.sgml
-rw-r--r-- 1 root root 20251 2002-11-08 01:53 ping.sgml
-rw-r--r-- 1 root root 4690 2002-02-08 02:55 rarpd.sgml
-rw-r--r-- 1 root root 6627 2002-01-24 17:40 rdisc.sgml
-rw-r--r-- 1 root root 22232 2002-11-08 10:57 setkey.sgml
-rw-r--r-- 1 root root 7 2002-11-09 07:56 snapshot.db
-rw-r--r-- 1 root root 5105 2002-02-08 02:53 tftpd.sgml
-rw-r--r-- 1 root root 4799 2002-09-27 21:12 tracepath.sgml
-rw-r--r-- 1 root root 2951 2002-01-24 16:59 traceroute6.sgml
#
man dockbook2html
...
[ [-u] [--nochunks]]
Output only one big file. This option is useful only when generating HTML, because the output can be split into sev-
eral files. This option overrides the setting that may be done in the style sheets.
...
[ [-o directory] [--outputdirectory]]
...
С мановой частью понятно..
Но почему не создается iputils.html файл, не пойму...
Остальные все файлы по $(HTMLFILES): index.db строются..
Визуально все спотыкается на .../iputils/doc/Makefile:24
Что это может быть?
Фраза из INSTALL той папки:
make
make html
make man
lynx doc/iputils.html
Read...
If the first "make" fails, no problems:
make html
lynx doc/iputils.html
Read section "Installation notes"...
But if "make html" fails too, check that DocBook package is installed
on your machine. If it is installed, and nevertheless "make" does not work,
delete iputils and go to sleep. The next day repeat. If even full reset
did not help, I bring apologies. :-)
)))))) Сначала ржал потом долго искал причину и так и не нашел.....
Кто уразумит...
Ответ на:
комментарий
от fagot
Ответ на:
комментарий
от ESTAF
Ответ на:
комментарий
от ESTAF
Ответ на:
комментарий
от fagot
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от mky
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от mky
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от fagot
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум Установка checkinstall-1.5.3 (2005)
- Форум Ale 130 usb Mandrake 10.0 (2004)
- Форум Настройка Usb модема ale 130 Mandrake (2004)
- Форум nano-X (2018)
- Форум В чем беда? ffmpeg (2013)
- Форум djvulibre: ошибки при make install (2005)
- Форум Не могу собрать библиотечку (2011)
- Форум [FreeBSD] Что-то странное происходит при установке apache22 (2012)
- Форум Очень странный глюк в gentoo с портажем (2014)
- Форум Не собирается прога с использованием libusb-1.0.9 (2013)