Makefile.am 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # $Id: Makefile.am 17 2004-01-23 23:25:07Z 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. EXTRA_DIST=bootstrap.sh README LICENSE
  18. SUBDIRS=src man doc
  19. MAINTAINERCLEANFILES = README
  20. noinst_DATA = README
  21. README:
  22. rm -f README
  23. $(MAKE) -C doc README
  24. ln -s doc/README README
  25. homepage:
  26. test -d $$HOME/homepage/lennart
  27. mkdir -p $$HOME/homepage/lennart/projects/ifmetric
  28. cp *.tar.gz $$HOME/homepage/lennart/projects/ifmetric
  29. cp man/ifmetric.8.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd doc/README.html doc/style.css $$HOME/homepage/lennart/projects/ifmetric
  30. cp $$HOME/homepage/lennart/projects/ifmetric/README.html $$HOME/homepage/lennart/projects/ifmetric/index.html