- Timestamp:
- 01/23/09 05:30:21 (4 years ago)
- Location:
- docs/vimperator/2.0
- Files:
-
- 26 modified
-
common/Makefile.common (modified) (3 diffs)
-
common/Makefile.doc (modified) (3 diffs)
-
downloads/vimperator-help-ja_2.0.xpi (modified) (previous)
-
vimperator-help-ja/locale/ja/autocommands.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/browsing.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/buffer.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/cmdline.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/developer.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/eval.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/gui.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/hints.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/index.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/insert.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/intro.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/map.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/marks.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/message.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/options.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/pattern.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/print.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/repeat.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/starting.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/styling.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/tabs.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/tutorial.html (modified) (1 diff)
-
vimperator-help-ja/locale/ja/various.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/vimperator/2.0/common/Makefile.common
r28806 r28873 44 44 TARGETS = all help info doc jar xpi install clean distclean $(JAR) 45 45 $(TARGETS:%=\%.%): 46 echo " MAKE"$* $(@:$*.%=%)46 echo MAKE $* $(@:$*.%=%) 47 47 $(MAKE) -C $* $(@:$*.%=%) 48 48 … … 76 76 77 77 $(RDF): $(RDF_IN) Makefile 78 @echo " Preparing release..."78 @echo "Preparing release..." 79 79 $(SED) -e "s,###VERSION###,$(VERSION),g" \ 80 80 -e "s,###DATE###,$(BUILD_DATE),g" \ 81 81 < $< > $@ 82 @echo " SUCCESS: $@"82 @echo "SUCCESS: $@" 83 83 84 84 clean: $(LOCALES:%=%.clean) 85 @echo " General $(NAME) cleanup..."85 @echo "General $(NAME) cleanup..." 86 86 rm -f $(JAR) $(XPI) 87 87 88 88 distclean: $(LOCALES:%=%.distclean) clean 89 @echo " More $(NAME) cleanup..."89 @echo "More $(NAME) cleanup..." 90 90 rm -rf $(BUILD_DIR) 91 91 … … 93 93 94 94 $(XPI): $(JAR) 95 @echo " Building XPI..."95 @echo "Building XPI..." 96 96 mkdir -p $(XPI_PATH) 97 97 $(AWK) -v 'name=$(NAME)' -f $(BASE)/process_manifest.awk $(TOP)/chrome.manifest >$(XPI_PATH)/chrome.manifest 98 98 $(MAKE_JAR) "$(XPI)" "$(XPI_BASES)" "$(XPI_DIRS)" "$(XPI_TEXTS)" "$(XPI_BINS)" "$(XPI_FILES)" 99 @echo " SUCCESS: $@"99 @echo "SUCCESS: $@" 100 100 101 101 #### jar 102 102 103 103 $(JAR): doc 104 @echo " Building JAR..."104 @echo "Building JAR..." 105 105 $(MAKE_JAR) "$(JAR)" "$(JAR_BASES)" "$(JAR_DIRS)" "$(JAR_TEXTS)" "$(JAR_BINS)" "$(JAR_FILES)" 106 @echo " SUCCESS: $@"106 @echo "SUCCESS: $@" 107 107 108 108 #### doc (see Makefile.doc) -
docs/vimperator/2.0/common/Makefile.doc
r28804 r28873 13 13 ADC_DEPS = $(wildcard asciidoc.conf lang-$(LANG).conf) 14 14 15 DOC_FILES = $(ADC_FILES) $(T2T_FILES)15 DOC_FILES = $(ADC_FILES) 16 16 17 17 .SILENT: … … 33 33 34 34 clean: 35 @echo " Cleanup of $(LOCALE) documentation..."35 @echo "Cleanup of $(LOCALE) documentation..." 36 36 37 37 distclean: clean 38 @echo " More cleanup of $(LOCALE) documentation..."38 @echo "More cleanup of $(LOCALE) documentation..." 39 39 rm -f $(DOC_FILES) 40 40 … … 52 52 53 53 $(ADC_FILES): %.html: %.txt $(BASE)/Makefile.doc $(ADC_DEPS) 54 @echo " DOC locale/$(LOCALE)/$@"54 @echo "DOC locale/$(LOCALE)/$@" 55 55 $(ASCIIDOC) --unsafe -a linkcss -a quirks! -a lang=$(LANG) -a doctitle="$(shell basename $@)" -o $@ $< 56 56 -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/autocommands.html
r28805 r28873 287 287 <div id="footer"> 288 288 <div id="footer-text"> 289 Last updated 2 2-Jan-2009 04:11:39JST289 Last updated 23-Jan-2009 05:17:15 JST 290 290 </div> 291 291 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/browsing.html
r28805 r28873 420 420 <div id="footer"> 421 421 <div id="footer-text"> 422 Last updated 2 2-Jan-2009 04:11:40JST422 Last updated 23-Jan-2009 05:17:16 JST 423 423 </div> 424 424 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/buffer.html
r28805 r28873 410 410 <div id="footer"> 411 411 <div id="footer-text"> 412 Last updated 2 2-Jan-2009 04:11:42JST412 Last updated 23-Jan-2009 05:17:18 JST 413 413 </div> 414 414 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/cmdline.html
r28805 r28873 100 100 <div id="footer"> 101 101 <div id="footer-text"> 102 Last updated 2 2-Jan-2009 04:11:44JST102 Last updated 23-Jan-2009 05:17:20 JST 103 103 </div> 104 104 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/developer.html
r28805 r28873 122 122 <div id="footer"> 123 123 <div id="footer-text"> 124 Last updated 2 2-Jan-2009 04:11:45JST124 Last updated 23-Jan-2009 05:17:21 JST 125 125 </div> 126 126 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/eval.html
r28805 r28873 89 89 <div id="footer"> 90 90 <div id="footer-text"> 91 Last updated 2 2-Jan-2009 04:11:45JST91 Last updated 23-Jan-2009 05:17:22 JST 92 92 </div> 93 93 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/gui.html
r28805 r28873 281 281 <div id="footer"> 282 282 <div id="footer-text"> 283 Last updated 2 2-Jan-2009 04:11:46JST283 Last updated 23-Jan-2009 05:17:23 JST 284 284 </div> 285 285 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/hints.html
r28805 r28873 138 138 <div id="footer"> 139 139 <div id="footer-text"> 140 Last updated 2 2-Jan-2009 04:11:47JST140 Last updated 23-Jan-2009 05:17:24 JST 141 141 </div> 142 142 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/index.html
r28805 r28873 327 327 <div id="footer"> 328 328 <div id="footer-text"> 329 Last updated 2 2-Jan-2009 04:11:48JST329 Last updated 23-Jan-2009 05:17:24 JST 330 330 </div> 331 331 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/insert.html
r28805 r28873 48 48 <div id="footer"> 49 49 <div id="footer-text"> 50 Last updated 2 2-Jan-2009 04:11:49JST50 Last updated 23-Jan-2009 05:17:26 JST 51 51 </div> 52 52 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/intro.html
r28805 r28873 295 295 <div id="footer"> 296 296 <div id="footer-text"> 297 Last updated 2 2-Jan-2009 04:11:50JST297 Last updated 23-Jan-2009 05:17:26 JST 298 298 </div> 299 299 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/map.html
r28805 r28873 658 658 <div id="footer"> 659 659 <div id="footer-text"> 660 Last updated 2 2-Jan-2009 04:11:51JST660 Last updated 23-Jan-2009 05:17:27 JST 661 661 </div> 662 662 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/marks.html
r28805 r28873 325 325 <div id="footer"> 326 326 <div id="footer-text"> 327 Last updated 2 2-Jan-2009 04:11:53JST327 Last updated 23-Jan-2009 05:17:29 JST 328 328 </div> 329 329 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/message.html
r28805 r28873 34 34 <div id="footer"> 35 35 <div id="footer-text"> 36 Last updated 2 2-Jan-2009 04:11:55JST36 Last updated 23-Jan-2009 05:17:31 JST 37 37 </div> 38 38 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/options.html
r28805 r28873 1399 1399 <div id="footer"> 1400 1400 <div id="footer-text"> 1401 Last updated 2 2-Jan-2009 04:11:55JST1401 Last updated 23-Jan-2009 05:17:31 JST 1402 1402 </div> 1403 1403 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/pattern.html
r28805 r28873 79 79 <div id="footer"> 80 80 <div id="footer-text"> 81 Last updated 2 2-Jan-2009 04:11:58JST81 Last updated 23-Jan-2009 05:17:34 JST 82 82 </div> 83 83 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/print.html
r28805 r28873 51 51 <div id="footer"> 52 52 <div id="footer-text"> 53 Last updated 2 2-Jan-2009 04:11:59JST53 Last updated 23-Jan-2009 05:17:35 JST 54 54 </div> 55 55 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/repeat.html
r28805 r28873 170 170 <div id="footer"> 171 171 <div id="footer-text"> 172 Last updated 2 2-Jan-2009 04:12:00JST172 Last updated 23-Jan-2009 05:17:35 JST 173 173 </div> 174 174 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/starting.html
r28805 r28873 110 110 <div id="footer"> 111 111 <div id="footer-text"> 112 Last updated 2 2-Jan-2009 04:12:01JST112 Last updated 23-Jan-2009 05:17:37 JST 113 113 </div> 114 114 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/styling.html
r28805 r28873 534 534 <div id="footer"> 535 535 <div id="footer-text"> 536 Last updated 2 2-Jan-2009 04:12:02JST536 Last updated 23-Jan-2009 05:17:37 JST 537 537 </div> 538 538 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/tabs.html
r28805 r28873 270 270 <div id="footer"> 271 271 <div id="footer-text"> 272 Last updated 2 2-Jan-2009 04:12:03JST272 Last updated 23-Jan-2009 05:17:38 JST 273 273 </div> 274 274 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/tutorial.html
r28805 r28873 365 365 <div id="footer"> 366 366 <div id="footer-text"> 367 Last updated 2 2-Jan-2009 04:12:04JST367 Last updated 23-Jan-2009 05:17:40 JST 368 368 </div> 369 369 </div> -
docs/vimperator/2.0/vimperator-help-ja/locale/ja/various.html
r28805 r28873 140 140 <div id="footer"> 141 141 <div id="footer-text"> 142 Last updated 2 2-Jan-2009 04:12:05JST142 Last updated 23-Jan-2009 05:17:41 JST 143 143 </div> 144 144 </div>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)