Makefile.am 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # $Id: Makefile.am 3 2003-08-04 22:45:25Z lennart $
  2. # This file is part of ifmetric.
  3. #
  4. # ifmetric is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # ifmetric is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. # General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with ifmetric; if not, write to the Free Software Foundation,
  16. # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  17. noinst_DATA = README.html README
  18. EXTRA_DIST = $(noinst_DATA) style.css README.html.in
  19. MAINTAINERCLEANFILES = README README.html
  20. CLEANFILES =
  21. if USE_LYNX
  22. README: README.html
  23. lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
  24. CLEANFILES += README
  25. endif
  26. tidy: README.html
  27. tidy -e < README.html
  28. .PHONY: tidy