summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2005-10-07 13:05:55 +0000
committerLuc Verhaegen <libv@skynet.be>2005-10-07 13:05:55 +0000
commitd71ae26478dca0976b4934d7e0f5e0bbdefcd60c (patch)
tree05fe5d8d9a63df6fc8c5db214d11de42289ee833 /man
parentb7775ba1e8ea506f231bc18937420453e9586158 (diff)
[devel-adjust_build_to_restructure]
- Add toplevel Imakefile and man/Imakefile. - Add preliminary README explaining how to build the driver (new structure requires make Makefiles on top of xmkmf) - Bump version number to 0.2.0. This is to avoid the ambiguity introduced by the forkers when they decided to bump their patchlevel to 0.1.31, while r31 never appeared on unichrome.sf.net. xf86-video-unichrome will have 0.2.0 for CVS, and 0.2.1 for the first release.
Diffstat (limited to 'man')
-rw-r--r--man/Imakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/Imakefile b/man/Imakefile
new file mode 100644
index 0000000..ff4458c
--- /dev/null
+++ b/man/Imakefile
@@ -0,0 +1,13 @@
+#define IHaveModules
+#include <Server.tmpl>
+
+
+#if !defined(XF86DriverSDK)
+
+#ifdef XF86_VERSION_CURRENT
+CppManTarget(via,)
+#endif
+
+InstallModuleManPage(via)
+
+#endif