File: Makefile.am

package info (click to toggle)
gjiten 2.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,328 kB
  • ctags: 463
  • sloc: sh: 8,603; ansic: 3,490; xml: 591; makefile: 97
file content (14 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sgml_ents = legal.xml
docname = gjiten
lang = C
omffile = gjiten-C.omf
entities = legal.xml
include $(top_srcdir)/help/xmldocs.make

all: $(top_srcdir)/README
dist-hook: app-dist-hook

$(top_srcdir)/README: gjiten.xml
	docbook2txt -u gjiten.xml >gjiten.txt
	-mv gjiten.txt $(top_srcdir)/README