瀏覽代碼

Move apt-all.pot out of build/po, and into po/, and che...
Author: doogie
Date: 2003-02-10 00:26:49 GMT
Move apt-all.pot out of build/po, and into po/, and check it into cvs.
This allows translators to do their work without checking everything out,
and building it.

Arch Librarian 22 年之前
父節點
當前提交
e841f49622
共有 2 個文件被更改,包括 1462 次插入2 次删除
  1. 1460 0
      po/apt-all.pot
  2. 2 2
      po/makefile

文件差異過大導致無法顯示
+ 1460 - 0
po/apt-all.pot


+ 2 - 2
po/makefile

@@ -41,14 +41,14 @@ $(POTFILES) : $(PO)/%.pot :
 	rm -f $(PO)/POTFILES_$*.in
 	$(MSGCOMM) --more-than=0 $(PO)/domains/$*/c.pot $(PO)/domains/$*/sh.pot --output=$@
 
-$(PO)/$(PACKAGE)-all.pot: $(POTFILES)
+$(PACKAGE)-all.pot: $(POTFILES)
 	$(MSGCOMM) --more-than=0 $(POTFILES) --output=$@
 
 # Filter the complete translation with the domain specific file to produce
 # only the subtext needed for this domain
 # We cannot express the dependencies required for this directly with a pattern
 # rule, so we use the .d hack.
-$(LANG_POFILES) : $(PO_DOMAINS)/%.po : $(PO)/$(PACKAGE)-all.pot
+$(LANG_POFILES) : $(PO_DOMAINS)/%.po : $(PACKAGE)-all.pot
 	printf "%s " "Generating $@"
 	echo $@ : $(notdir $@) $(PO)/$(call GETDOMAIN,$*).pot > $(PO)/$(call GETDOMAIN,$*)_$(notdir $@).d
 	$(MSGMERGE) $(notdir $@) $(PO)/$(call GETDOMAIN,$*).pot -o $@