timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 185B

12345678910111213141516
  1. SUBDIRS =
  2. if HAVE_DOXYGEN
  3. SUBDIRS += docs
  4. docs:
  5. -cd docs; rm doxyfile.stamp; make doxyfile.stamp
  6. .PHONY: docs
  7. endif
  8. SUBDIRS += src .
  9. if CHECK
  10. SUBDIRS += tests
  11. endif
  12. CLEANFILES =