[svn:parrot] r46265 - trunk/config/gen/makefiles
gerd at svn.parrot.org
gerd at svn.parrot.org
Tue May 4 02:45:25 UTC 2010
Author: gerd
Date: Tue May 4 02:45:24 2010
New Revision: 46265
URL: https://trac.parrot.org/parrot/changeset/46265
Log:
make the pdf target also available for Windows
Modified:
trunk/config/gen/makefiles/docs.in
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/docs.in
==============================================================================
--- trunk/config/gen/makefiles/docs.in Tue May 4 02:22:15 2010 (r46264)
+++ trunk/config/gen/makefiles/docs.in Tue May 4 02:45:24 2010 (r46265)
@@ -51,8 +51,10 @@
$(PERL) -I../lib ../tools/docs/write_docs.pl --silent --version=$(VERSION)
# The pdf target is to generate a parrot PDF document.
-# It will not work on Windows. It use the Unix syntax to specify the
-# path of files. May be that will be changed.
+# If you are missing the command 'pdflatex' then you have first to install a
+# LaTeX distribution with it. For Windows and UNIX downloads are for example
+# available from: http://miktex.org, http://tug.org/texlive or
+# http://www.ctan.org
pdf: ../tools/docs/filename_and_chapter.pl
$(MKPATH) build/modified_pod
$(PERL) ../tools/docs/filename_and_chapter.pl
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Tue May 4 02:22:15 2010 (r46264)
+++ trunk/config/gen/makefiles/root.in Tue May 4 02:45:24 2010 (r46265)
@@ -1597,8 +1597,8 @@
htmlhelp-clean :
$(MAKE) docs htmlhelp-clean
-#UNLESS(win32):pdf:
-#UNLESS(win32): $(MAKE) docs pdf
+pdf:
+ $(MAKE) docs pdf
pdf-clean:
$(MAKE) docs pdf-clean
More information about the parrot-commits
mailing list