File: Makefile.am

package info (click to toggle)
howm 1.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,340 kB
  • sloc: lisp: 8,752; sh: 3,558; ruby: 996; makefile: 98; python: 47
file content (19 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXTRA_DIST = CL-HOWM.ja.rd OLD.rd README.ja.rd README.rd TUTORIAL.ja.rd \
	index-j.html index.html \
	README-j.html README.html \
	screenshot.png \
	come.png go.png updown.png todo.png 
MAINTAINERCLEANFILES = README-j.html README.html

doc_DATA = $(EXTRA_DIST)

README-j.html: README.ja.rd
	rd2 README.ja.rd > README-j.html

README.html: README.rd
	rd2 README.rd > README.html

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && \
	CONFIG_HEADERS= CONFIG_LINKS= \
	CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status