summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c20c9e1)
raw | patch | inline | side by side (parent: c20c9e1)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 18 May 2004 18:25:45 +0000 (18:25 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 18 May 2004 18:25:45 +0000 (18:25 +0000) |
doc/Makefile.am | patch | blob | history |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4d7182b633ba94af7287833af3c4f9e0f96ef8e8..0fd7237ab0bc24acbf3de7235c39f36757a75aac 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
#ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
-CLEANFILES = *.1 *.html *.txt *-dircache *.pm *.pdf *~ core *itemcache *.rej *.orig rrdgraph_*.pod
+CLEANFILES = *.1 *.html *.txt *-dircache *.pm *.pdf *~ core *itemcache *.rej *.orig rrdgraph_*.pod *.tmp rrdgraph.pod
SRC = rrdgraph.src rrdgraph_examples.src rrdgraph_rpn.src \
- rrdgraph_data.src rrdgraph_graph.src
+ rrdgraph_data.src rrdgraph_graph.src
POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod rrdtutorial.es.pod \
cdeftutorial.pod rpntutorial.pod rrdgraph-old.pod bin_dec_hex.pod \
PMP = RRDs.pm RRDp.pm
-MAN = $(POD:.pod=.1) $(PMP:.pm=.1)
+MAN = $(POD:.pod=.1) $(PMP:.pm=.1)
TXT = $(MAN:.1=.txt)
-HTML = $(POD:.pod=.html) $(PMP:.pm=.html)
+HTML = $(POD:.pod=.html) $(PMP:.pm=.html)
PDF = $(MAN:.1=.pdf)
# what should go into the distribution
all-local: link txt man html-local
.src.pod:
- perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print <F>; close F} else {print}' $< > $@
+ perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print <F>; close F} else {print}' $< > $@
.pod.1 .pm.1 .pl.1:
pod2man --release=$(VERSION) --center=rrdtool $< > $@