Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2014-10-12 23:33:01 +02:00
parent e02d786725
commit 1d4e5ffcbd
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,11 @@ simulator.html: manual.css.xml simulator.css.xml simulator.xml
clean: clean:
$(RM) -- $(coder.1_OBJS) $(coder.html_OBJS) $(sequel.1_OBJS) $(sequel.html_OBJS) $(simulator.1_OBJS) $(simulator.html_OBJS) $(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" ./docbook.sh -c -P "$(PREFIX)" -- "simulator.html"
distclean: clean distclean: clean

View File

@ -17,6 +17,7 @@ fr.mo: Coder.pot fr.po
clean: clean:
$(RM) -- $(Coder.pot_OBJS) $(fr.mo_OBJS) $(RM) -- $(Coder.pot_OBJS) $(fr.mo_OBJS)
./gettext.sh -c -P "$(PREFIX)" -- "Coder.pot"
./gettext.sh -c -P "$(PREFIX)" -- "fr.mo" ./gettext.sh -c -P "$(PREFIX)" -- "fr.mo"
distclean: clean distclean: clean