Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2014-10-12 20:24:30 +02:00
parent d9d1d93d63
commit cea22f6067
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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