html.m4 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. dnl***************************************************************************
  2. dnl Copyright (c) 2000-2006,2007 Free Software Foundation, Inc. *
  3. dnl *
  4. dnl Permission is hereby granted, free of charge, to any person obtaining a *
  5. dnl copy of this software and associated documentation files (the *
  6. dnl "Software"), to deal in the Software without restriction, including *
  7. dnl without limitation the rights to use, copy, modify, merge, publish, *
  8. dnl distribute, distribute with modifications, sublicense, and/or sell *
  9. dnl copies of the Software, and to permit persons to whom the Software is *
  10. dnl furnished to do so, subject to the following conditions: *
  11. dnl *
  12. dnl The above copyright notice and this permission notice shall be included *
  13. dnl in all copies or substantial portions of the Software. *
  14. dnl *
  15. dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
  16. dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
  17. dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
  18. dnl IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
  19. dnl DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
  20. dnl OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
  21. dnl THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
  22. dnl *
  23. dnl Except as contained in this notice, the name(s) of the above copyright *
  24. dnl holders shall not be used in advertising or otherwise to promote the *
  25. dnl sale, use or other dealings in this Software without prior written *
  26. dnl authorization. *
  27. dnl***************************************************************************
  28. dnl
  29. dnl $Id: html.m4,v 1.3 2007/09/01 23:59:59 tom Exp $
  30. define(`ANCHORIDX',`0')dnl
  31. define(`MANPAGE',`define(`MANPG',$1)dnl
  32. |=====================================================================
  33. -- | Man page <A HREF="../man/MANPG.html">MANPG</A>
  34. -- |=====================================================================')dnl
  35. define(`ANCHOR',`define(`ANCHORIDX',incr(ANCHORIDX))dnl
  36. `#'1A NAME="AFU`_'ANCHORIDX"`#'2dnl
  37. define(`CFUNAME',`$1')define(`AFUNAME',`$2')dnl
  38. |')dnl
  39. define(`AKA',``AKA': <A HREF="../man/MANPG.html">CFUNAME</A>')dnl
  40. define(`ALIAS',``AKA': $1')dnl