From c58e2990e2a0ff4cf5ec75ff0b9bcfc3101e5e7a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Oct 2014 18:56:58 +0200 Subject: [PATCH] Re-generated the Makefiles --- doc/Makefile | 11 +++++++++++ po/Makefile | 1 + 2 files changed, 12 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 49cd29d..52f2f9c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -47,6 +47,17 @@ wifibrowser.html: manual.css.xml wifibrowser.css.xml wifibrowser.xml clean: $(RM) -- $(panel.1_OBJS) $(panel.html_OBJS) $(panelctl.1_OBJS) $(panelctl.html_OBJS) $(panel-embed.1_OBJS) $(panel-embed.html_OBJS) $(panel-message.1_OBJS) $(panel-message.html_OBJS) $(panel-notify.1_OBJS) $(panel-notify.html_OBJS) $(wifibrowser.1_OBJS) $(wifibrowser.html_OBJS) + ./docbook.sh -c -P "$(PREFIX)" -- "panel.1" + ./docbook.sh -c -P "$(PREFIX)" -- "panel.html" + ./docbook.sh -c -P "$(PREFIX)" -- "panelctl.1" + ./docbook.sh -c -P "$(PREFIX)" -- "panelctl.html" + ./docbook.sh -c -P "$(PREFIX)" -- "panel-embed.1" + ./docbook.sh -c -P "$(PREFIX)" -- "panel-embed.html" + ./docbook.sh -c -P "$(PREFIX)" -- "panel-message.1" + ./docbook.sh -c -P "$(PREFIX)" -- "panel-message.html" + ./docbook.sh -c -P "$(PREFIX)" -- "panel-notify.1" + ./docbook.sh -c -P "$(PREFIX)" -- "panel-notify.html" + ./docbook.sh -c -P "$(PREFIX)" -- "wifibrowser.1" ./docbook.sh -c -P "$(PREFIX)" -- "wifibrowser.html" distclean: clean diff --git a/po/Makefile b/po/Makefile index a8930dc..8dd0602 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,6 +17,7 @@ fr.mo: Panel.pot fr.po clean: $(RM) -- $(Panel.pot_OBJS) $(fr.mo_OBJS) + ./gettext.sh -c -P "$(PREFIX)" -- "Panel.pot" ./gettext.sh -c -P "$(PREFIX)" -- "fr.mo" distclean: clean