[PATCH app-rstart 11/15] config: let the specs directory handle the specs files

Gaetan Nadon memsize at videotron.ca
Thu Jan 27 12:58:47 PST 2011


For now, simply distribute the files, the troff docs
will get converted to DocBook/XML.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 Makefile.am       |   15 +++------------
 configure.ac      |    3 ++-
 specs/Makefile.am |    8 ++++++++
 3 files changed, 13 insertions(+), 13 deletions(-)
 create mode 100644 specs/Makefile.am

diff --git a/Makefile.am b/Makefile.am
index 72bd47d..a28dd22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
-SUBDIRS = man commands contexts samples
+SUBDIRS = man commands contexts samples specs
 
 # rstartd server
 
@@ -56,19 +56,10 @@ RSTARTD_SUBSTS = -e 's|@rstartdir[@]|$(rstartdir)|g'
 rstartd: rstartd.in
 	$(AM_V_GEN)$(SED) $(RSTARTD_SUBSTS) < $< > $@
 
-EXTRA_DIST = rstart.in rstartd.in config.in
-
-MAINTAINERCLEANFILES = ChangeLog INSTALL
 CLEANFILES = rstart rstartd config
+EXTRA_DIST = rstart.in rstartd.in config.in server.os2
 
-EXTRA_DIST +=			\
-	server.os2		\
-	specs/fix.awk		\
-	specs/fix.nawk		\
-	specs/fix.sed		\
-	specs/rstart.ms		\
-	specs/rstartd.txt	\
-	specs/tmac.rfc
+MAINTAINERCLEANFILES = ChangeLog INSTALL
 
 .PHONY: ChangeLog INSTALL
 
diff --git a/configure.ac b/configure.ac
index 6773947..9942106 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,5 +64,6 @@ AC_CONFIG_FILES([
 	man/Makefile
 	commands/Makefile
 	contexts/Makefile
-	samples/Makefile])
+	samples/Makefile
+	specs/Makefile])
 AC_OUTPUT
diff --git a/specs/Makefile.am b/specs/Makefile.am
new file mode 100644
index 0000000..5696d15
--- /dev/null
+++ b/specs/Makefile.am
@@ -0,0 +1,8 @@
+
+dist_noinst_DATA =	\
+	fix.awk		\
+	fix.nawk	\
+	fix.sed		\
+	rstart.ms	\
+	rstartd.txt	\
+	tmac.rfc
-- 
1.6.0.4



More information about the xorg-devel mailing list