File: macros.gpp

package info (click to toggle)
cafeobj 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 19,900 kB
  • sloc: lisp: 85,055; sh: 659; makefile: 437; perl: 147
file content (19 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\ifdef{HTML}
\include{html.gpp}
\endif
\ifdef{EPUB}
\include{html.gpp}
\endif
\ifdef{LATEX}
\include{latex.gpp}
\endif
\ifdef{PDF}
\include{latex.gpp}
\endif
\ifdef{EPUB}
\include{epub.gpp}
\endif
\ifdef{ODT}
\include{odt.gpp}
\endif