| EXTRASUBDIRS = samples status |
| all: $(MAN_TARGETS) $(BOOK_TARGETS) |
| $(BOOKNAME)/index.html: $(BOOK_SRCS) |
| $(DB2HTML) $(BOOKNAME).sgml |
| $(BOOKNAME).pdf: $(BOOK_SRCS) |
| db2pdf -d ./print.dsl $(BOOKNAME).sgml > /dev/null |
| $(BOOKNAME).ps: $(BOOK_SRCS) |
| db2ps $(BOOKNAME).sgml > /dev/null |
| sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $(SRCDIR)/wine.man.in >$@ || $(RM) $@ |
| $(MKINSTALLDIRS) $(mandir)/man$(prog_manext) $(mandir)/man$(conf_manext) |
| $(INSTALL_DATA) wine.man $(mandir)/man$(prog_manext)/wine.$(prog_manext) |
| $(INSTALL_DATA) $(SRCDIR)/wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) |
| $(RM) $(mandir)/man$(prog_manext)/wine.$(prog_manext) |
| $(RM) $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) |
| $(RM) *.aux *.dvi *.out *.pdf *.ps *.tex *.log $(BOOKNAME).pdf $(BOOKNAME).ps $(MAN_TARGETS) |
| $(RM) -r $(BOOKNAME) html man3w *.junk DBTOHTML_OUTPUT_DIR* |