Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2016-02-14 22:53:26 +01:00
parent 65573eabef
commit cd78178559
2 changed files with 11 additions and 11 deletions

View File

@ -36,10 +36,10 @@ clean:
$(MAKE) OBJDIR="$(OBJDIR)$$i/" clean; \
else $(MAKE) clean; fi) || exit; done
$(RM) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
./scripts/docbook.sh -c -P "$(PREFIX)" -- "configure.1"
./docbook.sh -c -P "$(PREFIX)" -- "configure.html"
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.5"
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.html"
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.html"
distclean:
@for i in $(SUBDIRS); do (cd "$$i" && \
@ -47,10 +47,10 @@ distclean:
$(MAKE) OBJDIR="$(OBJDIR)$$i/" distclean; \
else $(MAKE) distclean; fi) || exit; done
$(RM) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
./scripts/docbook.sh -c -P "$(PREFIX)" -- "configure.1"
./docbook.sh -c -P "$(PREFIX)" -- "configure.html"
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.5"
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.html"
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.html"
$(RM) -- $(TARGETS)
install: $(TARGETS)

View File

@ -21,9 +21,9 @@ $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh
clean:
$(RM) -- $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS)
../doc/scripts/shlint.sh -c -P "$(PREFIX)" -- "shlint.log"
./tests.sh -c -P "$(PREFIX)" -- "tests.log"
../doc/scripts/xmllint.sh -c -P "$(PREFIX)" -- "xmllint.log"
../doc/scripts/shlint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)shlint.log"
./tests.sh -c -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
../doc/scripts/xmllint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)xmllint.log"
distclean: clean
$(RM) -- $(TARGETS)