From 58f31b6708bb163733c492fcc4d5bc4e67cc1e9f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Oct 2014 21:21:14 +0200 Subject: [PATCH] Re-generated the Makefiles --- doc/Makefile | 17 +++++++++++++++++ po/Makefile | 4 ++++ 2 files changed, 21 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 2e16162..a03f3ca 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -65,6 +65,23 @@ view.html: manual.css.xml view.css.xml view.xml clean: $(RM) -- $(browser.1_OBJS) $(browser.html_OBJS) $(copy.1_OBJS) $(copy.html_OBJS) $(delete.1_OBJS) $(delete.html_OBJS) $(desktop.1_OBJS) $(desktop.html_OBJS) $(desktopctl.1_OBJS) $(desktopctl.html_OBJS) $(move.1_OBJS) $(move.html_OBJS) $(open.1_OBJS) $(open.html_OBJS) $(properties.1_OBJS) $(properties.html_OBJS) $(view.1_OBJS) $(view.html_OBJS) + ./docbook.sh -c -P "$(PREFIX)" -- "browser.1" + ./docbook.sh -c -P "$(PREFIX)" -- "browser.html" + ./docbook.sh -c -P "$(PREFIX)" -- "copy.1" + ./docbook.sh -c -P "$(PREFIX)" -- "copy.html" + ./docbook.sh -c -P "$(PREFIX)" -- "delete.1" + ./docbook.sh -c -P "$(PREFIX)" -- "delete.html" + ./docbook.sh -c -P "$(PREFIX)" -- "desktop.1" + ./docbook.sh -c -P "$(PREFIX)" -- "desktop.html" + ./docbook.sh -c -P "$(PREFIX)" -- "desktopctl.1" + ./docbook.sh -c -P "$(PREFIX)" -- "desktopctl.html" + ./docbook.sh -c -P "$(PREFIX)" -- "move.1" + ./docbook.sh -c -P "$(PREFIX)" -- "move.html" + ./docbook.sh -c -P "$(PREFIX)" -- "open.1" + ./docbook.sh -c -P "$(PREFIX)" -- "open.html" + ./docbook.sh -c -P "$(PREFIX)" -- "properties.1" + ./docbook.sh -c -P "$(PREFIX)" -- "properties.html" + ./docbook.sh -c -P "$(PREFIX)" -- "view.1" ./docbook.sh -c -P "$(PREFIX)" -- "view.html" distclean: clean diff --git a/po/Makefile b/po/Makefile index c592efb..8a94c19 100644 --- a/po/Makefile +++ b/po/Makefile @@ -26,6 +26,10 @@ it.mo: Browser.pot it.po clean: $(RM) -- $(Browser.pot_OBJS) $(de.mo_OBJS) $(es.mo_OBJS) $(fr.mo_OBJS) $(it.mo_OBJS) + ./gettext.sh -c -P "$(PREFIX)" -- "Browser.pot" + ./gettext.sh -c -P "$(PREFIX)" -- "de.mo" + ./gettext.sh -c -P "$(PREFIX)" -- "es.mo" + ./gettext.sh -c -P "$(PREFIX)" -- "fr.mo" ./gettext.sh -c -P "$(PREFIX)" -- "it.mo" distclean: clean