Re-generate the Makefiles
This commit is contained in:
parent
c174eb7cb4
commit
9037225288
@ -35,7 +35,7 @@ clean:
|
|||||||
if [ -n "$(OBJDIR)" ]; then \
|
if [ -n "$(OBJDIR)" ]; then \
|
||||||
$(MAKE) OBJDIR="$(OBJDIR)$$i/" clean; \
|
$(MAKE) OBJDIR="$(OBJDIR)$$i/" clean; \
|
||||||
else $(MAKE) clean; fi) || exit; done
|
else $(MAKE) clean; fi) || exit; done
|
||||||
$(RM) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
|
$(RM) --
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
|
||||||
@ -46,7 +46,7 @@ distclean:
|
|||||||
if [ -n "$(OBJDIR)" ]; then \
|
if [ -n "$(OBJDIR)" ]; then \
|
||||||
$(MAKE) OBJDIR="$(OBJDIR)$$i/" distclean; \
|
$(MAKE) OBJDIR="$(OBJDIR)$$i/" distclean; \
|
||||||
else $(MAKE) distclean; fi) || exit; done
|
else $(MAKE) distclean; fi) || exit; done
|
||||||
$(RM) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
|
$(RM) --
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
|
||||||
|
@ -38,7 +38,7 @@ $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh
|
|||||||
../doc/scripts/xmllint.sh -P "$(PREFIX)" -- "$(OBJDIR)xmllint.log"
|
../doc/scripts/xmllint.sh -P "$(PREFIX)" -- "$(OBJDIR)xmllint.log"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -- $(clint.log_OBJS) $(coverage.log_OBJS) $(fixme.log_OBJS) $(htmllint.log_OBJS) $(phplint.log_OBJS) $(pylint.log_OBJS) $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS)
|
$(RM) --
|
||||||
../doc/scripts/clint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)clint.log"
|
../doc/scripts/clint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)clint.log"
|
||||||
../doc/scripts/coverage.sh -c -P "$(PREFIX)" -- "$(OBJDIR)coverage.log"
|
../doc/scripts/coverage.sh -c -P "$(PREFIX)" -- "$(OBJDIR)coverage.log"
|
||||||
../doc/scripts/fixme.sh -c -P "$(PREFIX)" -- "$(OBJDIR)fixme.log"
|
../doc/scripts/fixme.sh -c -P "$(PREFIX)" -- "$(OBJDIR)fixme.log"
|
||||||
|
Loading…
Reference in New Issue
Block a user