X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2FMakefile.am;h=d23f49f4bacf796019ac2da171d164b81a9aeafd;hb=85531c9fe3758d08f782503f888fff12b7c002f5;hp=4d7182b633ba94af7287833af3c4f9e0f96ef8e8;hpb=c20c9e1c7b4fc50df12cd03191fc47ef3d5d7302;p=rrdtool.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 4d7182b..d23f49f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,26 +6,28 @@ SUFFIXES = .pod .1 .man .html .txt .pm .pdf .src .inc #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 \ +PODOLD = rrdgraph-old.pod + +POD = rrdtool.pod rrdlast.pod rrdfirst.pod rrdcreate.pod rrdupdate.pod rrdtutorial.es.pod \ + cdeftutorial.pod rpntutorial.pod rrdthreads.pod bin_dec_hex.pod \ rrdfetch.pod rrdrestore.pod rrddump.pod rrdtune.pod rrdresize.pod \ - rrdxport.pod rrdcgi.pod rrdtutorial.pod rrdinfo.pod rrdthreads.pod \ + rrdcgi.pod rrdtutorial.pod rrdinfo.pod rrdxport.pod rrd-beginners.pod \ $(SRC:.src=.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 -EXTRA_DIST= $(POD) $(HTML) $(TXT) +EXTRA_DIST= $(POD) $(HTML) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd # some install rules idocdir = $(prefix)/doc @@ -38,7 +40,7 @@ iman_DATA = $(MAN) all-local: link txt man html-local .src.pod: - perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print ; close F} else {print}' $< > $@ + perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print ; close F} else {print}' $< > $@ .pod.1 .pm.1 .pl.1: pod2man --release=$(VERSION) --center=rrdtool $< > $@