aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2011-12-03Do 'md wsluarm_src' only if dir doesn't alreay exist.Bill Meier1-1/+1
svn path=/trunk/; revision=40084
2011-09-30More tpo fixes.Guy Harris1-3/+3
svn path=/trunk/; revision=39202
2011-09-30graphhics → graphicsGerald Combs1-5/+5
svn path=/trunk/; revision=39201
2011-09-30s/wsug_/wsdg_/g in the Developer's Guide targets.Gerald Combs1-12/+11
svn path=/trunk/; revision=39199
2011-09-16wsdg_graphics/toolbar is a directory; fix the rules that weren't alreadyGuy Harris1-3/+9
fixed to cope with that. svn path=/trunk/; revision=39021
2011-08-11Add "distclean" and "maintainer-clean" rules to the docbook directoryGuy Harris1-0/+4
Makefile.nmake. Have "clean", "distclean", and "maintainer-clean" in the top-level Makefile.nmake file clean out the docbook directory. Add a "docbook" target to the top-level Makefile.nmake file. svn path=/trunk/; revision=38468
2011-07-14As with Makefile.am, so with Makefile.nmake. To quote the comment forGuy Harris1-0/+1
rev 37866: Removed empty directory docbook/wsluarm_src. It's generated during 'make', and now removed during 'make clean'. so we have to generate it now during nmake as well. svn path=/trunk/; revision=38011
2010-02-11We don't want to deliver the (generated) Makefile. Since Makefile.common is ↵Jeff Morriss1-3/+3
always a dependency, add references to it only once (in Makefile.common). Should it be a dependency? svn path=/trunk/; revision=31863
2010-02-10Use automake to build things in docbook/ .Jeff Morriss1-7/+7
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?) svn path=/trunk/; revision=31858
2009-05-27Implement a simpler way to check for a change in the svn version.Bill Meier1-28/+22
svn path=/trunk/; revision=28510
2009-05-26docbook: Windows: rebuild docs only when source or svn_version actually changes.Bill Meier1-11/+36
Also: rebuild docs if docbook/Makefile.nmake or docbook/Makefile.common changes; rebuilding individual target (wdug, wsdg,...) will check for svn_version change. svn path=/trunk/; revision=28497
2009-05-26Move xml validation to the individual wsug, wsdg & release_notes targets.Bill Meier1-4/+4
Enables proper making of just one of the targets. svn path=/trunk/; revision=28489
2009-05-19Use the xhtml stylesheet to generate the release notes instead of theGerald Combs1-2/+2
html stylesheet. This makes xsltproc use utf-8 instead of iso-8859-1. svn path=/trunk/; revision=28407
2008-12-18Define the path to the tools directory.Gerald Combs1-0/+1
svn path=/trunk/; revision=27054
2008-05-05Replace leading spaces by a TABJörg Mayer1-2/+2
svn path=/trunk/; revision=25228
2007-07-21work out dependencies in a .common way and make sure we nmake wsluarmLuis Ontanon1-0/+6
svn path=/trunk/; revision=22374
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - ↵Ulf Lamping1-40/+6
having only one place to configure it all :-) svn path=/trunk/; revision=20690
2007-02-03remove Unix related stuff, as this file is Win32 onlyUlf Lamping1-20/+9
svn path=/trunk/; revision=20689
2007-02-01The contents of the NEWS file come from the release notes. Back-portGerald Combs1-1/+4
the changes in r20642 to release-notes.xml. Add "news" targes to the docbook makefiles to copy release-notes.txt to NEWS. svn path=/trunk/; revision=20669
2007-02-01Let the user (e.g. one named "buildbot") specify the location of FOP.Gerald Combs1-0/+2
svn path=/trunk/; revision=20659
2007-01-29split docbook generation makefiles into nmake and GNU make variants ↵Ulf Lamping1-0/+255
(together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation. svn path=/trunk/; revision=20613