1
0
Fork 0

doc/macros.texi (@srcrefraw): Add macro

I do not think Texinfo supports optional macro arguments.
master
Mike Gerwitz 2017-03-22 12:28:33 -04:00
parent a7368d1b52
commit 2475cc37a6
1 changed files with 8 additions and 0 deletions

View File

@ -122,10 +122,18 @@
@macro srcref{path, display}
@url{@value{SRCURI}/\path\, @code{\display\}}
@end macro
@macro srcrefraw{path}
@url{@value{SRCURI}/\path\, @code{\path\}}
@end macro
@end ifset
@ifclear SRCURI
@macro srcref{path, display}
@srcrefraw{\path\}
@end macro
@macro srcrefraw{path}
@file{\path\}
@end macro
@end ifclear