summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-30 02:37:57 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-30 02:37:57 +0000
commit4608a2b654be84b2e345bcada63422d18c74a06e (patch)
tree2c04a118baeafc5e400aabc40ef99f0d41f69b13 /doc
parentaa74468aa59b95424cd0000179b8985b267d639b (diff)
Man page processing/installation and other doc file updates
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 000000000..94cc964a8
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,18 @@
+# Xserver.man covers options generic to all X servers built in this tree
+MAN_SRCS = Xserver.man.pre
+
+man1_MANS = Xserver.man
+
+all-local: $(man1_MANS)
+
+CLEANFILES = $(man1_MANS)
+
+include $(top_srcdir)/cpprules.in
+
+EXTRAMANDEFS = -D__default_font_path__="`echo $(COMPILEDDEFAULTFONTPATH) | sed -e 's/,/, /g'`"
+
+# Docs about X server internals that we ship with source but don't install
+DEVEL_DOCS = smartsched
+
+
+EXTRA_DIST = $(DEVEL_DOCS) $(MAN_SRCS) \ No newline at end of file