Wireshark-commits: [Wireshark-commits] rev 31858: /trunk/ /trunk/docbook/: Makefile Makefile.am Mak
Date: Wed, 10 Feb 2010 22:12:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31858

User: morriss
Date: 2010/02/10 02:12 PM

Log:
 Use automake to build things in docbook/ .
 This at least gets the docbook source distributed, as requested in:
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3871
 
 Still to do:
 	1) get out-of-source-tree builds working
 	2) automatically check that everything is distributed with distcheck
 	   (requires (1) but it may also require building the docbook
 	   directory as part of "make all")
 	3) (optional) use automake rules to actually build the stuff (currently
 	   Makefile.am is basically some automake stuff wrapped around standard
 	   Makefile rules. Could this done better?)

Directory: /trunk/docbook/
  Changes    Path                Action
  +0 -208    Makefile            Removed
  +240 -0    Makefile.am         Added
  +0 -128    Makefile.auto.am    Removed
  +9 -5      Makefile.common     Modified
  +7 -7      Makefile.nmake      Modified

Directory: /trunk/
  Changes    Path            Action
  +1 -3      Makefile.am     Modified
  +17 -0     configure.in    Modified