]> git.lyx.org Git - features.git/blobdiff - Makefile.am
fix call to Dispatch
[features.git] / Makefile.am
index 41372745b4ffdf1502257135bb7a6c0275aa8f25..9a52256508b8e6e96f06ae06ab82144692c971e3 100644 (file)
@@ -52,5 +52,5 @@ bindist:
 
 sourcedoc:
        mkdir sourcedoc
-       cd sourcedoc
-       doc++ -p $(srcdir)/src/*.h
+       cd sourcedoc ; \
+       doc++ -p `find ../$(top_srcdir)/src -name \*.h`