aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-30 19:42:05 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-30 19:42:05 +0000
commit2da0e8624486d503d4c25d8552980f6bc622d214 (patch)
tree1e4eb5d0d505618201373910456db95823fcf8ea /docbook
parent2ee4a296b25a640c558f6f374de00f67d032f880 (diff)
minor workflow enhancement, generate the HTML files before the pdf's and alike.
while working with the docbook sources, the html versions are a lot easier to look at than the pdf's. At least the Adobe Reader will lock the pdf file, so one has to close it to generate a next version, it's ugly to work with. the html files can be viewed with e.g. Firefox while a new version is already generated, a simple reload will do the update then ... svn path=/trunk/; revision=15625
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 7ea30a1553..e5f7a387e3 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -241,7 +241,7 @@ svn_version.xml: FORCE
echo '">' >> svn_version.xml
-eug: user-guide-a4.pdf user-guide-us.pdf user-guide.html eug_html_chunked user-guide.chm
+eug: eug_html_chunked user-guide.html user-guide-a4.pdf user-guide-us.pdf user-guide.chm
# validate the content
eug.validated: $(EUG_SOURCE)
@@ -298,7 +298,7 @@ ifdef HHC
endif
-edg: developer-guide-a4.pdf developer-guide-us.pdf developer-guide.html edg_html_chunked developer-guide.chm
+edg: edg_html_chunked developer-guide.html developer-guide-a4.pdf developer-guide-us.pdf developer-guide.chm
# validate the content
edg.validated: $(EDG_SOURCE)
@@ -353,7 +353,7 @@ ifdef HHC
endif
-release_notes: release-notes-a4.pdf release-notes-us.pdf release-notes.html release-notes.chm
+release_notes: release-notes.html release-notes-a4.pdf release-notes-us.pdf release-notes.chm
# validate the content
release_notes.validated: $(RELEASE_NOTES_SOURCE)