From cea22f60678eedb01cbb2e72863712432022fa58 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Oct 2014 20:24:30 +0200 Subject: [PATCH] Re-generated the Makefiles --- doc/Makefile | 6 ++++++ po/Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 620943b..42c8b12 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -35,6 +35,12 @@ phonectl.html: manual.css.xml phonectl.css.xml phonectl.xml clean: $(RM) -- $(gprs.1_OBJS) $(gprs.html_OBJS) $(index.html_OBJS) $(phone.1_OBJS) $(phone.html_OBJS) $(phonectl.1_OBJS) $(phonectl.html_OBJS) + ./docbook.sh -c -P "$(PREFIX)" -- "gprs.1" + ./docbook.sh -c -P "$(PREFIX)" -- "gprs.html" + ./docbook.sh -c -P "$(PREFIX)" -- "index.html" + ./docbook.sh -c -P "$(PREFIX)" -- "phone.1" + ./docbook.sh -c -P "$(PREFIX)" -- "phone.html" + ./docbook.sh -c -P "$(PREFIX)" -- "phonectl.1" ./docbook.sh -c -P "$(PREFIX)" -- "phonectl.html" distclean: clean diff --git a/po/Makefile b/po/Makefile index 686b60f..07572ca 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,6 +17,7 @@ fr.mo: Phone.pot fr.po clean: $(RM) -- $(Phone.pot_OBJS) $(fr.mo_OBJS) + ./gettext.sh -c -P "$(PREFIX)" -- "Phone.pot" ./gettext.sh -c -P "$(PREFIX)" -- "fr.mo" distclean: clean