1 TOPSRCDIR
= @top_srcdir@
9 EXTRASUBDIRS
= samples status
39 winelib-bindlls.sgml \
43 winelib-porting.sgml \
44 winelib-toolkit.sgml \
48 $(BOOKNAME
)/index.html \
56 $(BOOKNAME
)/index.html
: $(BOOK_SRCS
)
57 $(DB2HTML
) $(BOOKNAME
).sgml
59 $(BOOKNAME
).pdf
: $(BOOK_SRCS
)
60 db2pdf
$(BOOKNAME
).sgml
> /dev
/null
62 $(BOOKNAME
).ps
: $(BOOK_SRCS
)
63 db2ps
$(BOOKNAME
).sgml
> /dev
/null
66 $(INSTALL
) -d
$(mandir)/man
$(prog_manext
)
67 $(INSTALL
) -d
$(mandir)/man
$(conf_manext
)
68 sed
-e
's|$${prefix}|$(prefix)|g' < wine.man
> wine.man.tmp
&& mv wine.man.tmp wine.man
69 $(INSTALL_DATA
) wine.man
$(mandir)/man
$(prog_manext
)/wine.
$(prog_manext
)
70 $(INSTALL_DATA
) $(SRCDIR
)/winemaker.man
$(mandir)/man
$(prog_manext
)/winemaker.
$(prog_manext
)
71 sed
-e
's|$${prefix}|$(prefix)|g' < wine.conf.man
> wine.conf.man.tmp
&& mv wine.conf.man.tmp wine.conf.man
72 $(INSTALL_DATA
) wine.conf.man
$(mandir)/man
$(conf_manext
)/wine.conf.
$(conf_manext
)
75 $(RM
) $(mandir)/man
$(prog_manext
)/wine.
$(prog_manext
)
76 $(RM
) $(mandir)/man
$(prog_manext
)/winemaker.
$(prog_manext
)
77 $(RM
) $(mandir)/man
$(conf_manext
)/wine.conf.
$(conf_manext
)
80 $(RM
) *.aux
*.
dvi *.
tex *.log
$(BOOKNAME
).pdf
$(BOOKNAME
).ps
81 $(RM
) -r
$(BOOKNAME
) html man3w
*.junk DBTOHTML_OUTPUT_DIR
*