moved doc/examples to examples according to new build process

This commit is contained in:
Marc Wäckerlin
2015-03-17 12:58:27 +00:00
parent a729670ba7
commit 6d91c244c2
11 changed files with 139 additions and 10 deletions

View File

@@ -5,9 +5,7 @@
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
SUBDIRS = examples
ALL_SRC = $(shell find ${top_srcdir}/doc/examples ${top_srcdir}/src \
ALL_SRC = $(shell find ${top_srcdir}/examples ${top_srcdir}/src \
-name '*.[ch]xx')
# ${top_srcdir}/src/*.doc
@@ -47,4 +45,4 @@ install-data-hook:
uninstall-hook:
-chmod -R u+w $(DESTDIR)${docdir}
-rm -rf $(DESTDIR)${docdir}/*
-rm -rf $(DESTDIR)${docdir}/html