Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2014-10-12 23:26:24 +02:00
parent fe3dc86f9d
commit d0cc310dfd
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ terminal.html: manual.css.xml terminal.css.xml terminal.xml
clean:
$(RM) -- $(terminal.1_OBJS) $(terminal.html_OBJS)
./docbook.sh -c -P "$(PREFIX)" -- "terminal.1"
./docbook.sh -c -P "$(PREFIX)" -- "terminal.html"
distclean: clean

View File

@ -17,6 +17,7 @@ fr.mo: Terminal.pot fr.po
clean:
$(RM) -- $(Terminal.pot_OBJS) $(fr.mo_OBJS)
./gettext.sh -c -P "$(PREFIX)" -- "Terminal.pot"
./gettext.sh -c -P "$(PREFIX)" -- "fr.mo"
distclean: clean