| EXTRASUBDIRS = samples status |
| $(BOOKNAME)/index.html: $(BOOK_SRCS) |
| $(DB2HTML) $(BOOKNAME).sgml |
| $(BOOKNAME).pdf: $(BOOK_SRCS) |
| db2pdf $(BOOKNAME).sgml > /dev/null |
| $(BOOKNAME).ps: $(BOOK_SRCS) |
| db2ps $(BOOKNAME).sgml > /dev/null |
| $(INSTALL) -d $(mandir)/man$(prog_manext) |
| $(INSTALL) -d $(mandir)/man$(conf_manext) |
| sed -e 's|$${prefix}|$(prefix)|g' < wine.man > wine.man.tmp && mv wine.man.tmp wine.man |
| $(INSTALL_DATA) wine.man $(mandir)/man$(prog_manext)/wine.$(prog_manext) |
| $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) |
| sed -e 's|$${prefix}|$(prefix)|g' < wine.conf.man > wine.conf.man.tmp && mv wine.conf.man.tmp wine.conf.man |
| $(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) |
| $(RM) $(mandir)/man$(prog_manext)/wine.$(prog_manext) |
| $(RM) $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) |
| $(RM) $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) |
| $(RM) *.aux *.dvi *.out *.pdf *.ps *.tex *.log $(BOOKNAME).pdf $(BOOKNAME).ps |
| $(RM) -r $(BOOKNAME) html man3w *.junk DBTOHTML_OUTPUT_DIR* |