1 TOPSRCDIR
= @top_srcdir@
8 EXTRASUBDIRS
= samples status
36 $(BOOKNAME
)/index.html \
44 $(BOOKNAME
)/index.html
: $(BOOK_SRCS
)
45 db2html
$(BOOKNAME
).sgml
47 $(BOOKNAME
).pdf
: $(BOOK_SRCS
)
48 db2pdf
$(BOOKNAME
).sgml
50 $(BOOKNAME
).ps
: $(BOOK_SRCS
)
51 db2ps
$(BOOKNAME
).sgml
54 $(INSTALL
) -d
$(mandir)/man
$(prog_manext
)
55 $(INSTALL
) -d
$(mandir)/man
$(conf_manext
)
56 sed
-e
's|$${prefix}|$(prefix)|g' < wine.man
> wine.man.tmp
&& mv wine.man.tmp wine.man
57 $(INSTALL_DATA
) wine.man
$(mandir)/man
$(prog_manext
)/wine.
$(prog_manext
)
58 $(INSTALL_DATA
) $(SRCDIR
)/winemaker.man
$(mandir)/man
$(prog_manext
)/winemaker.
$(prog_manext
)
59 sed
-e
's|$${prefix}|$(prefix)|g' < wine.conf.man
> wine.conf.man.tmp
&& mv wine.conf.man.tmp wine.conf.man
60 $(INSTALL_DATA
) wine.conf.man
$(mandir)/man
$(conf_manext
)/wine.conf.
$(conf_manext
)
63 $(RM
) $(mandir)/man
$(prog_manext
)/wine.
$(prog_manext
)
64 $(RM
) $(mandir)/man
$(prog_manext
)/winemaker.
$(prog_manext
)
65 $(RM
) $(mandir)/man
$(conf_manext
)/wine.conf.
$(conf_manext
)
68 $(RM
) *.aux
*.
dvi *.
tex *.log
$(BOOKNAME
).pdf
$(BOOKNAME
).ps
69 $(RM
) -r
$(BOOKNAME
) html man3w
*.junk DBTOHTML_OUTPUT_DIR
*