Changeset 19
- Timestamp:
- Jul 12, 2011, 11:07:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/doxygen/makefile
r16 r19 120 120 @echo ALIASES+=libversion="$(LIBVERSION)">> $(CONFIGFILE) 121 121 @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) 123 123 else 124 124 @echo ALIASES+=libversion=\"$(LIBVERSION)\">> $(CONFIGFILE) 125 125 @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) 127 127 endif
Note:
See TracChangeset
for help on using the changeset viewer.