Changeset 19


Ignore:
Timestamp:
Jul 12, 2011, 11:07:46 AM (14 years ago)
Author:
cla
Message:

rdfint

  • added code to let links generated by alias htmllink open an extra page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/makefile

    r16 r19  
    120120        @echo ALIASES+=libversion="$(LIBVERSION)">> $(CONFIGFILE)
    121121        @echo ALIASES+=libyear="$(LIBYEAR)">> $(CONFIGFILE)
    122         @echo ALIASES+=htmllink{2}="<a href=\1>\2</a>">> $(CONFIGFILE)
     122        @echo ALIASES+=htmllink{2}="<a href=\1 target=\1>\2</a>">> $(CONFIGFILE)
    123123else
    124124        @echo ALIASES+=libversion=\"$(LIBVERSION)\">> $(CONFIGFILE)
    125125        @echo ALIASES+=libyear=\"$(LIBYEAR)\">> $(CONFIGFILE)
    126         @echo ALIASES+=htmllink{2}=\""<a href=\\\\1>\\\\2</a>\"">> $(CONFIGFILE)
     126        @echo ALIASES+=htmllink{2}=\""<a href=\\\\1 target=\\\\1>\\\\2</a>\"">> $(CONFIGFILE)
    127127endif
Note: See TracChangeset for help on using the changeset viewer.