diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-30 02:37:57 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-30 02:37:57 +0000 |
commit | 4608a2b654be84b2e345bcada63422d18c74a06e (patch) | |
tree | 2c04a118baeafc5e400aabc40ef99f0d41f69b13 /Xprint | |
parent | aa74468aa59b95424cd0000179b8985b267d639b (diff) |
Man page processing/installation and other doc file updates
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/Makefile.am | 2 | ||||
-rw-r--r-- | Xprint/doc/Makefile.am | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/Xprint/Makefile.am b/Xprint/Makefile.am index c6f044923..a7f5b3985 100644 --- a/Xprint/Makefile.am +++ b/Xprint/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = pcl raster ps +SUBDIRS = doc pcl raster ps bin_PROGRAMS = Xprt diff --git a/Xprint/doc/Makefile.am b/Xprint/doc/Makefile.am new file mode 100644 index 000000000..5c7faef1a --- /dev/null +++ b/Xprint/doc/Makefile.am @@ -0,0 +1,11 @@ +MAN_SRCS = Xprt.man.pre + +man1_MANS = Xprt.man + +all-local: $(man1_MANS) + +CLEANFILES = $(man1_MANS) + +include $(top_srcdir)/cpprules.in + +EXTRA_DIST = $(MAN_SRCS) Xprt.html Xprt.sgml
\ No newline at end of file |