From 1d4e5ffcbd8e42d48051c656e667f43c6cb54a67 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Oct 2014 23:33:01 +0200 Subject: [PATCH] Re-generated the Makefiles --- doc/Makefile | 5 +++++ po/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index a48d983..567c457 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -29,6 +29,11 @@ simulator.html: manual.css.xml simulator.css.xml simulator.xml clean: $(RM) -- $(coder.1_OBJS) $(coder.html_OBJS) $(sequel.1_OBJS) $(sequel.html_OBJS) $(simulator.1_OBJS) $(simulator.html_OBJS) + ./docbook.sh -c -P "$(PREFIX)" -- "coder.1" + ./docbook.sh -c -P "$(PREFIX)" -- "coder.html" + ./docbook.sh -c -P "$(PREFIX)" -- "sequel.1" + ./docbook.sh -c -P "$(PREFIX)" -- "sequel.html" + ./docbook.sh -c -P "$(PREFIX)" -- "simulator.1" ./docbook.sh -c -P "$(PREFIX)" -- "simulator.html" distclean: clean diff --git a/po/Makefile b/po/Makefile index af492f4..6af8f29 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,6 +17,7 @@ fr.mo: Coder.pot fr.po clean: $(RM) -- $(Coder.pot_OBJS) $(fr.mo_OBJS) + ./gettext.sh -c -P "$(PREFIX)" -- "Coder.pot" ./gettext.sh -c -P "$(PREFIX)" -- "fr.mo" distclean: clean