summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-10-17 12:51:15 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-10-24 19:58:40 -0400
commit0ea6c432a068fc4edf90c614e68a4f4be94edd14 (patch)
tree34d709e6b7769f1fd6ba871da52baf43a84825da
parent7a3e69cfb079c7345f3d9b1217f373a706ba544c (diff)
doc: move doc files to the newly created doc dir.
As per guidelines for all xorg modules. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Makefile.am15
-rw-r--r--NEWS.old (renamed from CHANGES)0
-rw-r--r--configure.ac1
-rw-r--r--doc/FAQ.html (renamed from FAQ.html)0
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/README.AMIGA (renamed from README.AMIGA)0
-rw-r--r--doc/README.MSW (renamed from README.MSW)0
-rw-r--r--doc/README.html (renamed from README.html)0
-rw-r--r--doc/xpm.PS.gz (renamed from xpm.PS.gz)bin49010 -> 49010 bytes
9 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 569341b..08f6072 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,23 +1,16 @@
# Daniel Stone disowns all copyright on this file; no warranty is given as to its
# suitability or otherwise.
-SUBDIRS = include src sxpm cxpm
+SUBDIRS = doc include src sxpm cxpm
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xpm.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = \
- xpm.PS.gz \
- CHANGES \
- COPYRIGHT \
- FAQ.html \
- FILES \
- README.AMIGA \
- README.html \
- README.MSW
+EXTRA_DIST = COPYRIGHT FILES NEWS.old
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
.PHONY: ChangeLog INSTALL
diff --git a/CHANGES b/NEWS.old
index b90e6cd..b90e6cd 100644
--- a/CHANGES
+++ b/NEWS.old
diff --git a/configure.ac b/configure.ac
index 166957e..8fc2caa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ if test x$STAT_ZFILE = xyes ; then
fi
AC_CONFIG_FILES([Makefile
+ doc/Makefile
include/Makefile
src/Makefile
sxpm/Makefile
diff --git a/FAQ.html b/doc/FAQ.html
index 18d4ee6..18d4ee6 100644
--- a/FAQ.html
+++ b/doc/FAQ.html
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..5119700
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,6 @@
+EXTRA_DIST = \
+ xpm.PS.gz \
+ FAQ.html \
+ README.AMIGA \
+ README.html \
+ README.MSW
diff --git a/README.AMIGA b/doc/README.AMIGA
index 7a40137..7a40137 100644
--- a/README.AMIGA
+++ b/doc/README.AMIGA
diff --git a/README.MSW b/doc/README.MSW
index f631525..f631525 100644
--- a/README.MSW
+++ b/doc/README.MSW
diff --git a/README.html b/doc/README.html
index 6711f23..6711f23 100644
--- a/README.html
+++ b/doc/README.html
diff --git a/xpm.PS.gz b/doc/xpm.PS.gz
index 40e25de..40e25de 100644
--- a/xpm.PS.gz
+++ b/doc/xpm.PS.gz
Binary files differ