From 741e4aff4c715da77e3fd982512639f26df89a57 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Tue, 26 May 2009 10:03:19 +0200 Subject: [PATCH] Change web target name to doc in various places --- Documentation/user/compile.itely | 8 ++++---- GNUmakefile.in | 4 ++-- python/langdefs.py | 2 +- scm/to-xml.scm | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/user/compile.itely b/Documentation/user/compile.itely index 44a9600638..243df4bdce 100644 --- a/Documentation/user/compile.itely +++ b/Documentation/user/compile.itely @@ -276,7 +276,7 @@ make WEB_TARGETS=online doc and both @q{offline} and @q{online} targets can be generated by issuing @example -make WEB_TARGETS="offline online" web +make WEB_TARGETS="offline online" doc @end example Several targets are available to clean the documentation build and @@ -310,7 +310,7 @@ in @file{local.make} or on the command line to the number of a bi-processor or dual core machine @example -make -j3 CPU_COUNT=3 web +make -j3 CPU_COUNT=3 doc @end example @noindent @@ -321,7 +321,7 @@ LilyPond instances. If source files have changed since last documentation build, output files that need to be rebuilt are normally rebuilt, even if you do not -run @code{make web-clean} first. However, building dependencies in the +run @code{make doc-clean} first. However, building dependencies in the documentation are so complex that rebuilding of some targets may not be triggered as they should be; a workaround is to force rebuilding by touching appropriate files, e.g. @@ -353,7 +353,7 @@ development release of LilyPond will fail to build the docs. You may build the manual without building all the @file{input/*} stuff: change directory, for example to @file{Documentation/user}, -issue @code{make web}, which will build documentation in a +issue @code{make doc}, which will build documentation in a subdirectory @file{out-www} from the source files in current directory. In this case, if you also want to browse the documentation in its post-processed form, change back to top directory and issue diff --git a/GNUmakefile.in b/GNUmakefile.in index fec79a01d2..3c8385750b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -101,8 +101,8 @@ uninstall-WWW: $(MAKE) -C input/lsr uninstall -# For online docs with content negotiation, issue `make web WEB_TARGETS=online' -# For both online and offline docs, issue `make web WEB_TARGETS="offline online"' +# For online docs with content negotiation, issue `make doc WEB_TARGETS=online' +# For both online and offline docs, issue `make doc WEB_TARGETS="offline online"' WEB_TARGETS = offline WWW-post: diff --git a/python/langdefs.py b/python/langdefs.py index c6d608ccb8..eb9d08ac52 100644 --- a/python/langdefs.py +++ b/python/langdefs.py @@ -65,7 +65,7 @@ de = LanguageDef ('de', 'deutsch') ja = LanguageDef ('ja', '日本語', enable_ly_identifier_l10n=False) # Outdated or broken translations may be disabled -# (please run 'make web-clean' before doing that): +# (please run 'make doc-clean' before doing that): #fr.enabled = False LANGUAGES = (site, fr, es, de, ja) diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 82c563da6b..7e2ba0caab 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -222,7 +222,7 @@ is then separated. (define-public (music-to-xml music port) "Dump XML-ish stuff to PORT." - ;; dtd contains # -- This confuses tex during make web. + ;; dtd contains # -- This confuses tex during make doc. ;; ;; (display (dtd-header) port) @@ -233,7 +233,7 @@ is then separated. (define-public (music-to-musicxml music port) "Dump MusicXML-ish stuff to PORT." - ;; dtd contains # -- This confuses tex during make web. + ;; dtd contains # -- This confuses tex during make doc. ;; ;; (display (dtd-header) port) -- 2.39.2