File: test.txt

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (37 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// vim:set filetype=xml:
= Test for AsciiDoc
:Author:    Osamu Aoki
:Email:     osamu@debian.org
:encoding: UTF-8


[[simple]]
== Simple Debian package

HELLO

IN FILE
----
# XXXX

----

OUT FILE

----
include::test-inc.txt[]
----

OUT FILE

----
include::zz-customize.txt[]
----

GGG

----
include::../examples/debhello-2.0_build-2/step152.slog[]
----

END