Re-generate the Makefiles
This commit is contained in:
parent
07ede83e71
commit
029c8a6901
@ -1,4 +1,4 @@
|
||||
TARGETS = $(OBJDIR)clint.log $(OBJDIR)htmllint.log $(OBJDIR)phplint.log $(OBJDIR)pylint.log $(OBJDIR)shlint.log $(OBJDIR)tests.log $(OBJDIR)xmllint.log
|
||||
TARGETS = $(OBJDIR)clint.log $(OBJDIR)fixme.log $(OBJDIR)htmllint.log $(OBJDIR)phplint.log $(OBJDIR)pylint.log $(OBJDIR)shlint.log $(OBJDIR)tests.log $(OBJDIR)xmllint.log
|
||||
OBJDIR =
|
||||
PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
@ -13,6 +13,9 @@ all: $(TARGETS)
|
||||
$(OBJDIR)clint.log: ../doc/scripts/clint.sh
|
||||
../doc/scripts/clint.sh -P "$(PREFIX)" -- "$(OBJDIR)clint.log"
|
||||
|
||||
$(OBJDIR)fixme.log: ../doc/scripts/fixme.sh
|
||||
../doc/scripts/fixme.sh -P "$(PREFIX)" -- "$(OBJDIR)fixme.log"
|
||||
|
||||
$(OBJDIR)htmllint.log: ../doc/scripts/htmllint.sh
|
||||
../doc/scripts/htmllint.sh -P "$(PREFIX)" -- "$(OBJDIR)htmllint.log"
|
||||
|
||||
@ -32,8 +35,9 @@ $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh
|
||||
../doc/scripts/xmllint.sh -P "$(PREFIX)" -- "$(OBJDIR)xmllint.log"
|
||||
|
||||
clean:
|
||||
$(RM) -- $(clint.log_OBJS) $(htmllint.log_OBJS) $(phplint.log_OBJS) $(pylint.log_OBJS) $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS)
|
||||
$(RM) -- $(clint.log_OBJS) $(fixme.log_OBJS) $(htmllint.log_OBJS) $(phplint.log_OBJS) $(pylint.log_OBJS) $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS)
|
||||
../doc/scripts/clint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)clint.log"
|
||||
../doc/scripts/fixme.sh -c -P "$(PREFIX)" -- "$(OBJDIR)fixme.log"
|
||||
../doc/scripts/htmllint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)htmllint.log"
|
||||
../doc/scripts/phplint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phplint.log"
|
||||
../doc/scripts/pylint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)pylint.log"
|
||||
|
Loading…
Reference in New Issue
Block a user