eeze: autotools
authorJerome Pinot <ngc891@gmail.com>
Thu, 30 Aug 2012 15:22:36 +0000 (15:22 +0000)
committerJerome Pinot <ngc891@gmail.com>
Thu, 30 Aug 2012 15:22:36 +0000 (15:22 +0000)
eeze/doc/img didn't made it to the dist package because of a missing slash.
Fix this and make the style consistent by removing the lonely $(srcdir).

SVN revision: 75886

legacy/eeze/doc/Makefile.am

index fefb763..aed7b5f 100644 (file)
@@ -30,4 +30,4 @@ doc:
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard $(srcdir)img/*.*) e.css head.html foot.html eeze.dox.in
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html eeze.dox.in