~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/documentation/Makefile.in

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 TOPSRCDIR = @top_srcdir@
  2 TOPOBJDIR = ..
  3 SRCDIR    = @srcdir@
  4 VPATH     = @srcdir@
  5 MODULE    = none
  6 
  7 INSTALLDIRS = man$(api_manext) html api-guide api-guide-xml $(DESTDIR)$(mandir)/man$(api_manext)
  8 
  9 @MAKE_RULES@
 10 
 11 manpages: man$(api_manext) dummy
 12         @cd $(DLLDIR) && $(MAKE) man
 13 
 14 htmlpages: html dummy
 15         @cd $(DLLDIR) && $(MAKE) doc-html
 16 
 17 sgmlpages: api-guide dummy
 18         @cd $(DLLDIR) && $(MAKE) doc-sgml
 19 
 20 xmlpages: api-guide-xml dummy
 21         @cd $(DLLDIR) && $(MAKE) doc-xml
 22 
 23 .PHONY: manpages htmlpages sgmlpages xmlpages install-man
 24 
 25 install-man:: manpages $(DESTDIR)$(mandir)/man$(api_manext)
 26         for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
 27 
 28 clean::
 29         $(RM) -r html api-guide api-guide-xml man$(api_manext)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.