mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Adjustments to po/Makefile.in.in for automake.
This commit is contained in:
parent
c14a50bbbd
commit
f74f24c031
@ -1,3 +1,9 @@
|
|||||||
|
2007-10-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
* po/Makefile.in.in: Since `distdir' is used now, adjust
|
||||||
|
DISTFILES to the missing ChangeLog file.
|
||||||
|
Add trivial targets ps, pdf, html.
|
||||||
|
|
||||||
2007-10-05 Micah Cowan <micah@cowan.name>
|
2007-10-05 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* config.guess, config.sub, install-sh: Update from versions
|
* config.guess, config.sub, install-sh: Update from versions
|
||||||
|
@ -47,7 +47,7 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
|
|||||||
|
|
||||||
POFILES = @POFILES@
|
POFILES = @POFILES@
|
||||||
GMOFILES = @GMOFILES@
|
GMOFILES = @GMOFILES@
|
||||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
DISTFILES = Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||||
$(POFILES) $(GMOFILES) $(SOURCES)
|
$(POFILES) $(GMOFILES) $(SOURCES)
|
||||||
|
|
||||||
POTFILES = \
|
POTFILES = \
|
||||||
@ -152,7 +152,7 @@ check: all
|
|||||||
|
|
||||||
cat-id-tbl.o: ../intl/libgettext.h
|
cat-id-tbl.o: ../intl/libgettext.h
|
||||||
|
|
||||||
dvi info tags TAGS ID:
|
dvi ps pdf html info tags TAGS ID:
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
rm -f core core.* *.pox $(PACKAGE).po *.old.po
|
rm -f core core.* *.pox $(PACKAGE).po *.old.po
|
||||||
|
Loading…
Reference in New Issue
Block a user