[beast/devel: 27/77] DOCS: move dev build rules into proper Makefile.am



commit e76ad77c295efae4b1eb4d92a3eed005212cf255
Author: Tim Janik <timj gnu org>
Date:   Sat Apr 6 20:13:37 2013 +0200

    DOCS: move dev build rules into proper Makefile.am

 configure.in                       |    1 +
 docs/Makefile.am                   |    2 +-
 docs/dev/{makefile => Makefile.am} |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 07d1ad5..ce93ad6 100644
--- a/configure.in
+++ b/configure.in
@@ -732,6 +732,7 @@ tests/bse/Makefile
 tests/audio/Makefile
 tests/filecheck/Makefile
 docs/Makefile
+docs/dev/Makefile
 docs/images/Makefile
 ])
 
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 55fcb71..c498791 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
 # BEAST - Better Audio System
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = images
+SUBDIRS = images dev
 
 # = Build & Dist Items =
 # manual pages to be installed, downloaded from beast.testbit.eu
diff --git a/docs/dev/makefile b/docs/dev/Makefile.am
similarity index 99%
rename from docs/dev/makefile
rename to docs/dev/Makefile.am
index 844e332..3945028 100644
--- a/docs/dev/makefile
+++ b/docs/dev/Makefile.am
@@ -1,4 +1,5 @@
 # Build and upload development documentation
+include $(top_srcdir)/Makefile.decl
 
 all: build-stamp
 build-stamp:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]