Re-generated Makefiles
This commit is contained in:
parent
6270dfd954
commit
c431da02ac
|
@ -22,10 +22,12 @@ Panel.pc: Panel.pc.in ../config.sh
|
|||
clean:
|
||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) clean) || exit; done
|
||||
$(RM) -- $(Panel.pc_OBJS)
|
||||
./pkgconfig.sh -c -P "$(PREFIX)" -- "Panel.pc"
|
||||
|
||||
distclean:
|
||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
|
||||
$(RM) -- $(Panel.pc_OBJS)
|
||||
./pkgconfig.sh -c -P "$(PREFIX)" -- "Panel.pc"
|
||||
$(RM) -- $(TARGETS)
|
||||
|
||||
install: $(TARGETS)
|
||||
|
|
|
@ -41,6 +41,7 @@ panel-notify.html: panel-notify.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)
|
||||
./docbook.sh -c -P "$(PREFIX)" -- "panel-notify.html"
|
||||
|
||||
distclean: clean
|
||||
$(RM) -- $(TARGETS)
|
||||
|
|
|
@ -17,6 +17,7 @@ fr.mo: Panel.pot fr.po
|
|||
|
||||
clean:
|
||||
$(RM) -- $(Panel.pot_OBJS) $(fr.mo_OBJS)
|
||||
./gettext.sh -c -P "$(PREFIX)" -- "fr.mo"
|
||||
|
||||
distclean: clean
|
||||
$(RM) -- $(TARGETS)
|
||||
|
|
Loading…
Reference in New Issue
Block a user