X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=9a52256508b8e6e96f06ae06ab82144692c971e3;hb=0031da054f072922ed081bc8a877ffd8eb280210;hp=011aa4e7834413799aed831396776e1701be0714;hpb=338bca184c36c7d8c3ec51ecb8102fabe0a23fa7;p=features.git diff --git a/Makefile.am b/Makefile.am index 011aa4e783..9a52256508 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,8 +26,8 @@ dist-hook: rpmdist: dist ln -s lib/images/lyx.xpm . ; \ - rpm -ta ${PACKAGE}-${VERSION}.tar.gz ; \ - rm lyx.xpm + rpm -ta ${PACKAGE}-${VERSION}.tar.gz ; saved_status=$$?; \ + rm lyx.xpm; exit $$saved_status bindist: @@ -49,3 +49,8 @@ bindist: @echo "*** distribution and refer to *you* in case of problem." @echo "*** $(bindistfile) has been created." + +sourcedoc: + mkdir sourcedoc + cd sourcedoc ; \ + doc++ -p `find ../$(top_srcdir)/src -name \*.h`