Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2013-01-07 03:36:29 +01:00
parent 6c0926d29d
commit f139bc58d0

View File

@ -28,10 +28,12 @@ project.conf.html: project.conf.xml
clean:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) clean) || exit; done
$(RM) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.html"
distclean:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
$(RM) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.html"
$(RM) -- $(TARGETS)
install: $(TARGETS)