Re-generate the Makefiles
This commit is contained in:
parent
65573eabef
commit
cd78178559
16
doc/Makefile
16
doc/Makefile
@ -36,10 +36,10 @@ clean:
|
|||||||
$(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) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "configure.1"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
|
||||||
./docbook.sh -c -P "$(PREFIX)" -- "configure.html"
|
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
|
||||||
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.5"
|
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
|
||||||
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.html"
|
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.html"
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
@for i in $(SUBDIRS); do (cd "$$i" && \
|
@for i in $(SUBDIRS); do (cd "$$i" && \
|
||||||
@ -47,10 +47,10 @@ distclean:
|
|||||||
$(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) -- $(configure.1_OBJS) $(configure.html_OBJS) $(project.conf.5_OBJS) $(project.conf.html_OBJS)
|
||||||
./scripts/docbook.sh -c -P "$(PREFIX)" -- "configure.1"
|
./scripts/docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.1"
|
||||||
./docbook.sh -c -P "$(PREFIX)" -- "configure.html"
|
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)configure.html"
|
||||||
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.5"
|
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.5"
|
||||||
./docbook.sh -c -P "$(PREFIX)" -- "project.conf.html"
|
./docbook.sh -c -P "$(PREFIX)" -- "$(OBJDIR)project.conf.html"
|
||||||
$(RM) -- $(TARGETS)
|
$(RM) -- $(TARGETS)
|
||||||
|
|
||||||
install: $(TARGETS)
|
install: $(TARGETS)
|
||||||
|
@ -21,9 +21,9 @@ $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -- $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS)
|
$(RM) -- $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS)
|
||||||
../doc/scripts/shlint.sh -c -P "$(PREFIX)" -- "shlint.log"
|
../doc/scripts/shlint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)shlint.log"
|
||||||
./tests.sh -c -P "$(PREFIX)" -- "tests.log"
|
./tests.sh -c -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
|
||||||
../doc/scripts/xmllint.sh -c -P "$(PREFIX)" -- "xmllint.log"
|
../doc/scripts/xmllint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)xmllint.log"
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) -- $(TARGETS)
|
$(RM) -- $(TARGETS)
|
||||||
|
Loading…
Reference in New Issue
Block a user