Skip to content

Commit

Permalink
Fix compile bugs in errors/
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Sep 4, 2009
1 parent c268be6 commit b2edd6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions errors/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ translate-warn:

all: all-am

.po.lang:
%.lang:
if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no" && test "$(PO2HTML)" != "off" && test -f $(top_srcdir)/errors/en.po; then \
lang=`basename $@ .lang`; \
mkdir -p $(top_builddir)/errors/$$lang; \
Expand Down Expand Up @@ -156,7 +156,6 @@ install-data-local: translate
$(INSTALL_DATA) $(srcdir)/errorpage.css $(DESTDIR)$(DEFAULT_STYLESHEET).default; \
$(SHELL) $(srcdir)/alias-link.sh "$(LN)" "$(RM)" "$(DESTDIR)$(DEFAULT_ERROR_DIR)" "$(srcdir)/aliases" || exit 1 ;


uninstall-local:
for l in $(TRANSLATE_LANGUAGES) templates; do \
l=`basename $$l .lang`; \
Expand Down Expand Up @@ -202,5 +201,5 @@ clean:
rm -rf $$lang; \
done; \
fi

all: translate

0 comments on commit b2edd6f

Please sign in to comment.