git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1013 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-08-11 14:00:24 +00:00
parent fa0d095f75
commit 66afba592d

View file

@ -20,7 +20,7 @@ all: $(MOS)
%.po: $(PACAKGE).pot
$(MSGMERGE) $@ $(PACKAGE).pot -o $@
$(PACAKGE).pot: $(SOURCES)
$(PACKAGE).pot: $(SOURCES)
$(GETTEXT) --default-domain=$(PACKAGE) --no-location $(SOURCES)
%.mo: %.po